摘要: //定义动态对象转换JSON字符串dynamic car = new{ Name = "Audi A8L", Model= " www.cscode.net:C/S框架网"}; string jsonData= JsonConvert.SerializeObject(car); //JSON: {" 阅读全文
posted @ 2021-05-06 22:59 .net&new 阅读(1764) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MyGeneric { public class 阅读全文
posted @ 2021-05-06 22:54 .net&new 阅读(98) 评论(0) 推荐(0) 编辑