废话不多说,直接上核心代码,怕忘记做点记录!for (let key in json) { if(json[key].indexOf('[') > -1){ json[key] = JSON.parse(json[key]) }}