你的位置:首页 > 软件开发 > ASP.net > Newtonsoft.Json 序列化反序列化

Newtonsoft.Json 序列化反序列化

发布时间:2015-05-04 17:00:17
public class People { public string name { get; set; } public string age { get; set; } public string sex { get; set; } }List<P ...

public class People

原标题:Newtonsoft.Json 序列化反序列化

关键词:JS

JS
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。