把对象item转换为JSON字符串
JSON.stringify(item)
把JSON字符串转换为item对象
JSON.parse(result)
posted on 2020-12-22 14:03 Neo0820 阅读(105) 评论(0) 编辑 收藏 举报