直接获取不行

 

var  win2 = document.querySelector('iframe[width = "1280" ]').contentWindow;

var loginName = win2.document.querySelector('#personalInfo td').innerText;

 

这样就能够取到元素了。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2021-08-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案