标签:style blog color os div sp log on c
当前位置>新闻中心>行业资讯
CLASSID | CLASSNAME | CLASSPID |
1 | 新闻中心 | 0 |
2 | 行业资讯 | 1 |
3 | 公司新闻 | 1 |
4 | 媒体聚焦 | 0 |
当前位置<%=navName %>
public string navName = ""; protected void getNav(string str) { if (str != "0") { navName = ">" + new BLL.TB_CLASS().GetModel(str).CLASSNAME + "" + navName; string classPid = new BLL.TB_CLASS().GetModel(str).CLASSPID; if (classPid != "0")//第一级的PID为0 { getNav(classPid); } } }
标签:style blog color os div sp log on c
原文地址:http://www.cnblogs.com/liuswi/p/3957282.html