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.
我正在使用 php 开发一个网站。当他通过关闭浏览器而不单击注销按钮离开网站时,我们如何在数据库中将用户状态设置为离线。
$(window).bind('beforeunload', function(){ // Do your AJAX call here to set it to offline });