Count; } [XmlRoot(ElementName = "xml")] public class A { [XmlElement("id")] public int id { get; set; } [XmlElement("items")] public List<B> ...
確定! 回上一頁