$(document).ready(function(){ $(document).mouseleave(function(event) { //do something }); }); 有没有一种方法,当用户滚动时不会触发此事件在页面下方?
確定! 回上一頁