当页面新窗口打开时就不会出现浏览器左右滑动的问题了 window.opener=null; // 阻止关闭窗口时的提示 window.open('','_self'); // 新开窗口 window.close(); // 然后关闭当前窗口