const debounce = v => {. 6. clearTimeout(timer);. 7. timer = setTimeout(() => {. 8. val = v;. 9. }, 750);. 10. } 11. </script> ... input output.
確定! 回上一頁