js如何實現關閉當前頁面

js如何實現關閉當前頁面 // 關閉當前頁面 window.opener = null; window.open('', '_self'); window.close();
相關文章
相關標籤/搜索