json格式序列化和反序列化

JSON.stringify(list)  序列化

JSON.parse(list)     反序列化

原文地址:https://www.cnblogs.com/xiongwei89/p/3239922.html