js如何实现关闭当前页面

js如何实现关闭当前页面 // 关闭当前页面 window.opener = null; window.open('', '_self'); window.close();
相关文章
相关标签/搜索