js 跨域 Jquery取得iframe中元素的几种方法

http://www.jb51.net/article/34942.htm

收集利用Jquery取得iframe中元素的几种方法 :

父页面访问子页面

$(document.getElementById('tabiframe0').contentWindow.document.body).find('.subscription').text()

测可用

原文地址:https://www.cnblogs.com/xdot/p/6479285.html