Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当指向我的网站的标签关闭时,我可以强制向我的服务器发送“关闭”信号吗?
(认为关闭标签信号上的 Javascript 警报可能是可能的)
嘿,您正在寻找 html 窗口属性onunload,例如< body onunload="javascriptfunction2server()">,当用户关闭选项卡/窗口(或定向到新页面)时,将运行您的 javascript 函数
onunload
< body onunload="javascriptfunction2server()">