根据路径选择node
程序员文章站
2022-07-10 17:53:09
...
// 展开所在的路径的节点
_treePanel.expandPath(_selectedPath);
// 根据路径选中
_treePanel.selectPath(_selectedPath);
_treePanel.expandPath(_selectedPath);
// 根据路径选中
_treePanel.selectPath(_selectedPath);
下一篇: SpringMVC 静态资源处理