会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
老胡Andy
博客园
首页
新随笔
联系
订阅
管理
2020年11月19日
Class中的this指针与React
摘要: 我们知道React中的Class组件,其事件处理函数要么bind(this),要么用箭头函数( ()=> ),否则this指针会是undefined 原因如下: class Logger { printName(name = 'there') { this.print(`Hello ${name}`
阅读全文
posted @ 2020-11-19 20:52 老胡Andy
阅读(222)
评论(0)
推荐(0)
编辑
公告