摘要: Newtonsoft.Json使用 首先在项目中引用Newtonsoft.Json.dll , 导入命名空间usingNewtonsoft.Json; 示例:publicclassPerson{publicintAge;publicstringName;} /// /// 将li... 阅读全文
posted @ 2015-10-13 15:19 风具浪子 阅读(94) 评论(0) 推荐(0)