首頁 > jQuery - 偵測目前的位移 jQuery - 偵測目前的位移 2017-01-10 $(document).mousemove(function(e){ $("元素").text(e.pageX + " , " + e.pageY); //將目前元素內的物件位移狀況});