iframe サブページの親ページの要素を取得します
コードは次のとおりです:
$.('#objld', parent.document);
親ページの iframe サブページの要素を取得します
コードは次のとおりです:
$("#objid", document.iframes('iframe').document)
または
$(document.getElementById('iframeId').contentWindow.document.body).html() $(document.getElementById('iframeId').contentWindow.document.body).html()
iframe の body 要素の内容
$("#testId", document.frames("iframename").document).html()
iframe サブページから親ページ要素を取得する方法に関するその他の記事については、PHP 中国語 Web サイトに注目してください。