摘要: react生命周期 阅读全文
posted @ 2018-09-21 16:29 bwwbww 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 7.JSX语法 1 <script type="text/babel"> 2 //定义内部标题组件 3 class Welcome extends React.Component { 4 render() { 5 return <h2>Welcome {this.props.name}!</h2>; 阅读全文
posted @ 2018-09-21 16:13 bwwbww 阅读(330) 评论(0) 推荐(0) 编辑