经典树型结构问题,欢迎来讨论和指点。

时间:2022-03-09 11:56:54
最近要做一个树型结构,从数据库中生成,但是树型节点超过一万个,并且点击节点要进行一些操作,如果用javascript生成,会产生很大的html代码,不现实,如果用jsp做动态加载每次都要刷新页面,不符合项目要求。最近发现csdn论坛的左边的操作树很不错,是动态加载,但是又不需要刷新页面,请问高手,这样的效果如何做?
动态加载树型结果,但是又不刷新页面。

9 个解决方案

#1


那是因为CSDN左边的结点没超过1万个。:(

#2


WebFx 用httpxml动态加载树节点
http://webfx.eae.net/

1万个树节点,晕.

#3


有很多例子
http://community.csdn.net/Expert/topic/3157/3157582.xml?temp=.3249781
http://community.csdn.net/Expert/topic/3190/3190905.xml?temp=2.620876E-03
http://community.csdn.net/Expert/topic/2855/2855029.xml?temp=.3355066
http://webfx.eae.net/dhtml/xtree/index.html
http://webfx.eae.net/dhtml/xloadtree/xloadtree.html

#4


ding

#5


up

#6


up

#7


up

#8


1w个`~应该考虑设计是不是有问题了
http://tech.ccidnet.com/pub/article/c322_a173747_p1.html

#9


1w个,确实晕,up

#1


那是因为CSDN左边的结点没超过1万个。:(

#2


WebFx 用httpxml动态加载树节点
http://webfx.eae.net/

1万个树节点,晕.

#3


有很多例子
http://community.csdn.net/Expert/topic/3157/3157582.xml?temp=.3249781
http://community.csdn.net/Expert/topic/3190/3190905.xml?temp=2.620876E-03
http://community.csdn.net/Expert/topic/2855/2855029.xml?temp=.3355066
http://webfx.eae.net/dhtml/xtree/index.html
http://webfx.eae.net/dhtml/xloadtree/xloadtree.html

#4


ding

#5


up

#6


up

#7


up

#8


1w个`~应该考虑设计是不是有问题了
http://tech.ccidnet.com/pub/article/c322_a173747_p1.html

#9


1w个,确实晕,up