先使用find函数根据id找到节点,再用select函数显示。如:var node = $('#tt').tree('find', 12);$('#tt').tree('select', node.target);