递归读取数据库的javabean__教程 |
|
日期:2007-5-20 0:36:21 人气:82 [大 中 小] |
|
|
|
bb=true; } return bb; } /** * 树型结构显示 * @param args * @throws Exception */ public void showTree(JspWriter out) throws Exception{ Tree aa=new Tree(); aa.buidTreeinit(); String table1=""; table1=table1+" | "; table1=table1+" | "; table1=table1+""; table1=table1+"修改 "; table1=table1+"注册下级菜单 "; table1=table1+" "; table1=table1+" | "; table1=table1+" "; for(int i=0;i",(String)aa.arrayname.get(i)).replaceAll("","")); } else{ out.print(table1.replaceAll("",(String)aa.arrayname.get(i)).replaceAll("","删除")); } aa.buildTree(out,(String)aa.class1_id.get(i),0); } }}
|
出处:本站原创 作者:佚名 |
|
|