js数组转化为对象

response.data为数组
转化为含有 name, value两个属性的对象


                        for (let i in response.data) {
                            _this.chartData.rows.push({
                                'name': response.data[i][0],
                                'value': response.data[i][1]
                            })
                        }
hxy

hxy

秦 夏

留下你的评论

快留下你的小秘密吧