首先,准备了一个Model类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XML { public class bookModel { public string bookType { get; set; } public string bookISBN { get; set; } publ…