window.close()取消提醒框

来源:互联网 发布:网络歌手小右照片 编辑:程序博客网 时间:2024/06/10 03:41

需要取消提醒,可如下写

window.open("", "_self");//增加此行代码
window.close();

0 0
原创粉丝点击