js关闭窗口

window.close()

window.open("about:blank","_self").close()   

window.open("","_self").close()  

 

如果是frame的时候如下写法:

window.top.close()

window.open("about:blank","_top").close()   或者 window.open("","_top").close()

posted @ 2016-03-25 10:12  小爆脾气  阅读(199)  评论(0)    收藏  举报