摘要:
1 public void TestMethod() 2 { 3 List<Book> bookList = new List<Book> 4 { 5 new Book{Title="C#高级编程",Book_Author=new Author{Name="黄老邪",Address="桃花岛"},Price=128f}, 6 new Book{Title="Think in Java",Book_Author=new Author{Name="欧阳峰",Address=& 阅读全文