摘要: /// /// 树结构帮助类 /// public class TreeHelper { /// /// 建造树结构 /// /// 所有的节点 /// public static List BuildTree(List allNodes) where T ... 阅读全文
posted @ 2019-11-10 23:36 海阔天空XM 阅读(361) 评论(0) 推荐(0)
摘要: <%@ Page Language="C#" %> <%@ Import Namespace="System.Collections.Generic" %> <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %> <script runat="server"> protected void Page_Load(o 阅读全文
posted @ 2019-11-10 23:03 海阔天空XM 阅读(251) 评论(0) 推荐(0)