當(dāng)前位置:首頁
> 樹狀菜單代碼
樹狀菜單代碼(樹狀菜單代碼怎么打)
jsp動(dòng)態(tài)樹形菜單須用到遞歸算法,比如在數(shù)據(jù)庫有張表,parent表,parent的字段有id,name,depth,leve,ID自增,depth設(shè)置為級(jí)數(shù),如這條數(shù)據(jù)最大,為0,如為字菜單就為1,而leve就指定它父節(jié)點(diǎn)的id,給段代碼自己可以摸索下。 顯示樹型菜單函數(shù) ShowTreeMenu...