微信小程序json转json对象 2018-12-30 本文已影响0人 风起长林时 var res={"result":"{"name":"zzz"}"}; var result = JSON.parse(res); console.log(result);