在 html里面,使用 state没有定义的属性,但是使用componentWillMount()方法将这个属性定义了,结果会出错,浏览器提示该属性未定义,无法引用Cannot read property '0' of undefined
只有先定义一下,才可以
// 请把代码文本粘贴到下方(请勿用图片代替代码)
this.state = {
// menu:[{name:''}] }
无语,不是说 render在componentWillMount后面吗
相关分类