how do I monitor this behavior before closing Wechat"s web page? Similar to JD.com Shopping prompts "whether to quit" before quitting the page
how do I monitor this behavior before closing Wechat"s web page? Similar to JD.com Shopping prompts "whether to quit" before quitting the page
window.onbeforeunload=function(e){
var e = window.event||e;
e.returnValue=("");
}
Previous: Strange Error appears after hexo g
Next: What are the internal details of the conversion between custom objects and Object?
how do I hide this blank note? ...