码迷,mamicode.com
首页 > 微信 > 详细

小程序获取data中json格式的某个属性值

时间:2020-04-14 22:23:04      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:hat   sign   length   ons   属性   list   cti   json   lis   

signlist: [{
        id: 0,
        title: ‘星期一‘,
        active: ""
      },
      {
        id: 1,
        title: ‘星期二‘,
        active: ""
      },
      {
        id: 2,
        title: ‘星期三‘,
        active: ""
      },
      {
        id: 3,
        title: ‘星期四‘,
        active: ""
      },
      {
        id: 4,
        title: ‘星期五‘,
        active: ""
      },
      {
        id: 5,
        title: ‘星期六‘,
        active: ""
      },
      {
        id: 6,
        title: ‘星期日‘,
        active: ""
      },
    ],

 

 let arr = that.data.signlist;
        for (var i = 0, len = arr.length; i < len; i++) {
          console.log(arr[i].active)
        }

 

小程序获取data中json格式的某个属性值

标签:hat   sign   length   ons   属性   list   cti   json   lis   

原文地址:https://www.cnblogs.com/xiaozhou223/p/12701633.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!