标签: mobile mobile-safari
$(window).bind('beforeunload',function(){ alert('closing'); })
以上代码似乎只适用于桌面浏览器。
答案 0 :(得分:0)
您可以在卸载时发出警报,但移动版Safari似乎没有预先加载。