您的位置: 首页 > IT文章 > JS 无提示关闭当前窗口 JS 无提示关闭当前窗口 分类: IT文章 • 2024-09-16 16:15:01 function teseClose() { window.opener = null; window.open('','_self'); window.close(); }