document.getElementById(val).contentWindow
时间: 2023-11-26 16:46:33 浏览: 77
document.getElementById()
根据提供的引用内容,`document.getElementById(val).contentWindow`是用于获取指定id的iframe元素的window对象。其中,`document.getElementById(val)`是用于获取指定id的元素,`.contentWindow`是获取该元素的window对象。但是,由于引用中出现了`document.getElementById is not a function`的错误,可能是因为在微信小程序中不支持使用该方法。
阅读全文