We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
function setHanld(){ const suffix = this.dataset.sizing || ''; // console.log(suffix); .... } inputs.forEach(input => input.addEventListener("mousemove",setHanld));
当鼠标只要经过input就会执行setHanld,性能上会不会有点问题
input
setHanld