收藏
评论

简单打印信息 console.log(“得数组下标值”+list[1]) 会报错

 data:{

    list:["a","b","c"] //定义数组

  }

 console.log(“得数组长度”+this.list.length) 

console.log(“得数组下标值”+this.list[1]) 

Cannot read property 'length' of undefined;at "pages/allproduct/allproduct" page lifeCycleMethod onLoad function TypeError: Cannot read property 'length' of undefined

Cannot read property '1' of undefined;at "pages/allproduct/allproduct" page lifeCycleMethod onLoad function TypeError: Cannot read property '1' of undefined

扫码体验

赞 0
收藏
登录 后发表内容