摘要: 1.缩进json 1 internal class Program 2 { 3 static void Main(string[] args) 4 { 5 var student = new Student() 6 { 7 ID = 1, 8 Age = 2, 9 Name = "abc" 10 } 阅读全文