摘要:
json.net 是一个用C#写的Json的操作类库,可以在http://json.codeplex.com/ 下载 对象序列化为json字符串 public class Product{ public string Name { get; set; } public DateTime Expiry { get; set; } public decimal P... 阅读全文
posted @ 2012-07-12 13:39
张巍的博客
阅读(1599)
评论(0)
推荐(1)