在 http://wwwendt.de/tech/dynatree/index.html
toDict() Convert the tree into a JavaScript object. See node.toDict() for details.
有没有办法稍后从该对象初始化树?谢谢。
结果dict可以传递给 node.addChild()
node.addChild()
var cb = sourceNode.toDict(..); targetNode.addChild(cb);