侦听器 debounce 使用

310 阅读1分钟

debounce(fun,time)

debounce(alert(),200)

表示在200秒之后在响应一下alert()事件

举例在vue中的使用: