摘要: JS: let s = '[1, 2, 3, 4]'; 序列化成字符串:let f = JSON.stringify(s); 反序列化成对象:let s = JSON.parse(f); 后端: 导入Newtonsoft.Json命名空间 using Newtonsoft.Json; 序列化成字符串 阅读全文
posted @ 2019-11-14 14:45 姜佳泉 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 前端 注:监听工具条没有详细写,但路子一样的 Json序列化 总结 https://www.cnblogs.com/jsll/p/11857205.html 阅读全文
posted @ 2019-11-14 10:38 姜佳泉 阅读(490) 评论(0) 推荐(0) 编辑