摘要:
JSON返回示例 :{ "data": { "address": "湖南省茶陵县", //地扯 "birthday": "1985-08-08", //生日 "constellation": "狮子座",//星座 "gender": "男... 阅读全文
摘要:
序列化:将实例转换成字符串反序列化:将字符串转换成实例 public static T Deserialize(this string jsonString, Encoding encoding) where T : class, new() { T result... 阅读全文