tolingsoft
setTimeout(function(){document.querySelectorAll(\'div\').forEach((item)=>{
if(item.outerText==\'自己联系物流\'){
item.click();
console.log(item)
}
})},2000)

分类:

技术点:

相关文章:

  • 2021-12-13
  • 2021-08-23
  • 2021-08-14
  • 2021-06-17
  • 2022-02-26
  • 2021-12-26
  • 2021-12-31
猜你喜欢
  • 2021-08-11
  • 2021-10-23
  • 2021-12-05
  • 2021-08-17
  • 2021-12-05
相关资源
相似解决方案