对象转字符串:
var str = JSON.stringify(weather);
字符串转对象:
var weatherObj = JSON.parse(str);
posted on 2020-08-21 11:15 无影尊者 阅读(2622) 评论(0) 编辑 收藏 举报