$('#tt').tree({ onClick: function(node){ alert(node.text); // 在用户点击的时候提示 }});isLeaf target 判断指定的节点是否是叶子节点,target参数是一个节点DOM对象。