window.addEventListener('mousemove', function( event ) { console.log('dom mouse moved: ' + event.clientX + 'x' + event.clientY); });.
確定! 回上一頁