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