会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JohnYang
定心者,勇猛精进,终获证果 (知乎:https://www.zhihu.com/people/johnyang819)
博客园
首页
新随笔
联系
订阅
管理
2022年7月31日
#React中类组件中关于回调函数的一个问题
摘要: 在ES6中,类中定义的方法,是放在原型对象的,供实例对象引用。 //创建一个Person类 class Person { constructor(name,age) { this.name = name; this.age = age; } } class Student extends Perso
阅读全文
posted @ 2022-07-31 11:28 JohnYang819
阅读(308)
评论(0)
推荐(0)
编辑