小程序中setData里如何用变量做key2018-05-29 本文已影响0人 Journey_L 话不多说 let key = `list[${index}]` // string this.setData({ [key]: any})