微信小程序对象与字符串互转 对象转字符串: var str = JSON.stringify(weather); 字符串转对象: var weatherObj = JSON.parse(str); 相关文章: