摘要:
function Counter() { const [count, setCount] = useState(0); useEffect(() => { setTimeout(() => { console.log(count) }, 3000) }) // 在3秒内快速点击5次按钮,控制台打出的 阅读全文
posted @ 2020-09-23 17:36 博客sl 阅读(316) 评论(0) 推荐(0) 编辑
posted @ 2020-09-23 17:36 博客sl 阅读(316) 评论(0) 推荐(0) 编辑