js如何监听手指在屏幕某个位置停留了1s 当停留1s执行某个函数var test$("#div").mouseenter(function() {test=setTimeout(function() {Alert("1")}, 1000)}).mouselea2023-04-05JavaScript360