1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > scripts may close only the windows that were opened by them.

scripts may close only the windows that were opened by them.

时间:2018-08-20 08:47:11

相关推荐

scripts may close only the windows that were opened by them.

调用window.close() 无效 并在控制台看到如下警告

scripts may close only the windows that were opened by them.

可使用以下代码

let userAgent = navigator.userAgent;if (userAgent.indexOf("Firefox") != -1 || userAgent.indexOf("Chrome") !=-1) {location.href="about:blank";} else {window.opener = null;window.open('', '_self');}window.close();

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。