jQuery树控件zTree使用方法详解(一)

2020-05-18 09:00:15易采站长站整理

foreach (Edu_Student item in list)
{
Dictionary<string, string> dic = new Dictionary<string, string>();
dic.Add("id", "level1" + item.Id.ToString());
dic.Add("pId", id);
dic.Add("name", item.Name);
dic.Add("isParent", "false");
dicList.Add(dic);
}
}
}

echoJson(dicList);
}

更多关于ztree控件的内容,请参考专题《jQuery插件ztree使用汇总》 。