JS 无提示关闭当前窗口

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

 

posted @ 2014-04-09 16:14  yuking  阅读(143)  评论(0)    收藏  举报