采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
可以放,以前记得react的文档里面有提到说只是一种提案。现在的react文档中已经放了一个mdn的链接
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Public_class_fields#public_instance_fields
`If calling bind annoys you, there are two ways you can get around this. You can use public class fields syntax to correctly bind callbacks` --- https://reactjs.org/docs/handling-events.html
bind
我试过是可以用的,但是规范上来讲,定义的变量还是写在构造函数里吧
直接在 class 中写 state={...} 那是静态属性,不是实例属性。
直接写 state={...} 也是实例属性,和写在 constructor 中没区别,如果加上 static 关键字才是静态属性。
登录后可查看更多问答,登录/注册
面向1-3年前端的框架及项目面试“刚需内容”
4.1k 1
2.6k 11
1.3k 11
1.2k 11