会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
初心不负
博客园
首页
新随笔
联系
订阅
管理
2019年11月10日
react获取ref的几种形式
摘要: 第一种形式定义 constructor(props) { super(props); this.state = {}; this.textInput = React.createRef(); //看这里 } 绑定 render() { return ( <div> <p>测试原生事件与合成事件的区别
阅读全文
posted @ 2019-11-10 13:30 初心不负
阅读(3473)
评论(0)
推荐(1)
编辑
公告