function getIframe() {
var tmp = null
$('iframe', window.parent.document).each(function () {
if (window.document === this.contentWindow.document) {
tmp = this
}
})
return tmp
}
function getIframe() {
var tmp = null
$('iframe', window.parent.document).each(function () {
if (window.document === this.contentWindow.document) {
tmp = this
}
})
return tmp
}
本文标题:获取当前js运行环境iframe
本文链接:https://www.haomeiwen.com/subject/imolgxtx.html
网友评论