react 事件绑定
摘要:
1.class组件 class组件中 事件绑定 会出现this丢失问题 1.给方法调用bind指向this 2.写成一个匿名箭头函数 3.方法本身写成箭头函数 4.若方法中带参数,只能用bind class Cc extends React.Component { f1(a?: any, b?: a 阅读全文
posted @ 2021-03-17 23:27 sss大辉 阅读(80) 评论(0) 推荐(0) 编辑
posted @ 2021-03-17 23:27 sss大辉 阅读(80) 评论(0) 推荐(0) 编辑
posted @ 2021-03-17 16:42 sss大辉 阅读(64) 评论(0) 推荐(0) 编辑