摘要:
//ES6语法定义的组件生命周期 import React,{Component} from 'react'; export default class Life extends Component{ constructor(props){ super(props) console.log('构造函数') //初始化了我们的state,这... 阅读全文
posted @ 2017-02-24 18:03
鹿晓晓
阅读(2066)
评论(0)
推荐(0)
浙公网安备 33010602011771号