//打開一個新窗口並設置其大小window.open('index.html','','width=450,height=750,location=no,menubar=no,status=no,toolbar=no' );//不詢問是否關閉window.opener=null;window.open('','_self');//關閉本身的窗口window.close();