react设置props的默认值
摘要:
一般设置props的默认值有两种方式 指定 props 的默认值, 这个方法只有浏览器编译以后才会生效 class HandsomeBoy extends Component{ // 设置默认值 //defaultProps 可以为 Class 组件添加默认 props,基于 static 的写法 阅读全文
posted @ 2020-10-12 16:21 漫思 阅读(4485) 评论(0) 推荐(0)