Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法检索 iframe 的内容,当designmode = 'on'. 这是我的代码:
designmode = 'on'
val = $("#frame").val();
我已经尝试了所有方法,但没有任何效果,帮助?
var iframe = $("#frame")[0]; var iframeDoc = iframe.contentDocument || iframe.contentWindow.document; var val = iframeDoc.body.innerHTML;
打电话.contents().find('body').html()。
.contents().find('body').html()