知道为什么下面的脚本会在Windows 10 Microsoft Edge浏览器中返回“SCRIPT70:Permission denied”?
var f= document.createElement("iframe");
f.src = "javascript:void((function(){document.open();document.domain=document.domain;document.close();})())";
document.body.appendChild(f);
请注意,此脚本适用于其他浏览器。
答案 0 :(得分:0)
不确定,但可能是因为Edge
中不支持javascript:
URI