摘要: Model: [XmlRoot(ElementName = "root")] public class BookModel { [XmlElement] public string BookID { get; set; } [XmlElem... 阅读全文
posted @ 2016-01-20 12:25 Johnny Li 阅读(218) 评论(0) 推荐(0) 编辑