这是api中的一段实例代码: 查找指定节点并返回节点对象。 代码示例: // 查找一个节点并选择它 var node = $('#tt').tree('find', 12); $('#tt').tree('select', node.target);。