请教一下 如何用axios 取出 supports下的description

img

const supportsList = res.data.supports
再循环supportsList 这个

遍历


this.$axios.get( xxx.json ).then(res => {
    var describeArr = []
    describeArr = res.data.supports.map(item => item.description)
})


如有帮助,麻烦点个【采纳此答案】 谢谢啦~