JS 无提示关闭当前窗口

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

 

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