JS 无提示关闭当前窗口

function teseClose() {
    window.opener = null;  
    window.open('','_self'); 
    window.close();
}
原文地址:https://www.cnblogs.com/yuking/p/3654441.html