树实体 public class Combotree { public string id { get; set; } public string text { get; set; } public string state { get; set; } public List<Combotree> children { get; set; } } 只需要在初始化数据的时候给 state 设置为 closed 注意:不要在最后一级节点设置该字段为 closed
vi编辑器的配置:http://blog.mcuol.com/User/fenghua/Article/17411_1.htm ******************************vim ~/.vimrc***************************常用设置 "显示行号" set nu 缩格数 set tabstop=4 "设置自动对齐" set autoindent