摘要: 1、xml 2、提取类 public class ParentItem { public int Key { get; set; } public string Value { get; set; } public bool canBeSelected { get; set; } public List Children { get; set; } } public class Child { public... 阅读全文
posted @ 2013-11-21 12:59 哈哈2222 阅读(471) 评论(3) 推荐(1) 编辑