1、获取iframe中的window对象

为了兼容大多数浏览器,应使用iframeElement.contentWindow来获取

https://blog.csdn.net/xiongzhengxiang/article/details/8486285

2、解决跨域问题

在属性目标栏添加 --args --disable-web-security --user-data-dir=D:\temp 限制chrome对跨域的限制最容易

https://blog.csdn.net/Jioho_chen/article/details/90203717

https://blog.csdn.net/qq_38277228/article/details/117950132

 

相关文章:

  • 2021-05-28
  • 2022-01-12
  • 2022-12-23
  • 2021-06-18
  • 2021-11-27
  • 2021-09-17
  • 2022-12-23
  • 2021-06-28
猜你喜欢
  • 2022-01-04
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-10-31
  • 2021-09-17
相关资源
相似解决方案