摘要: //序列化对象 Student one = new Student() { ID = 1, Name = "武松", Age = 250, Sex = "男" }; //序列化 string jsonData = JsonConvert.SerializeObject(one); Console.W 阅读全文
posted @ 2020-05-20 14:20 无奈0528 阅读(422) 评论(0) 推荐(0)