摘要: from:http://www.cnblogs.com/litian/p/3870975.html1.JSON序列化string JsonStr= JsonConvert.SerializeObject(Entity);eg:A a=new A(); a.Name="Elain00"; a.H... 阅读全文
posted @ 2015-04-01 14:32 94cool 阅读(646) 评论(0) 推荐(0)