js关闭页面不弹出提示窗口

function Close(){
window.opener = null;
window.open('', '_self');
window.close();
}

  

原文地址:https://www.cnblogs.com/hanxuanwong/p/5341668.html