摘要: 在class中 想要拿到setState 最新的值 直接通过 this.setState({ currentIndex: '我就是最新的值啦啦啦啊'}) 但是在 react hooks 中 setState 拿到的是上一次的缓存 Capture Value 特性 // 查询条件 const onSe 阅读全文
posted @ 2020-11-07 20:04 归远 阅读(2048) 评论(0) 推荐(0) 编辑