// main.js import Booster from './classes/booster.js'; let scrollDebouncer1 = new Booster('debounce', 'scroll', 100, myFunction()); ...
確定! 回上一頁