标签: html cross-browser cheerio
当我打电话
console.log(document.getElementsByTagName("script"));
在填充 p>的iframe中
mydoc.contentDocument.write(html);
我在父文档而不是iframe中获得了脚本。如何将iframe限制为iframe?
iframe