Skip to content

Commit

Permalink
新增
Browse files Browse the repository at this point in the history
  • Loading branch information
yihan12 committed Jan 10, 2024
1 parent 26e4458 commit 5628eaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lodash & undescores/防抖/debounce-u.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 防抖原理

> 持续触发某个事件,每隔一段时间发送一次数据是节流;
> 持续触发某个事件,在一段时间内持续触发会重新计时的是防抖。
## 引用方法

now 方法:获取当前时间戳
Expand Down

0 comments on commit 5628eaf

Please sign in to comment.