•
tree node
英:
美:
常见释义:
【计】树节点
1、To add an attachment, right-click the attachments
tree node
at the bottom (Figure 43) and select Add Elements.───要添加附件,右键单击底部的attachments数节点(图43)并选择AddElements。
2、Listing 2 shows a custom
tree node
.───清单2显示了一个定制的树节点。
3、Retrieves the
tree node
at the point with the specified coordinates.───撷取位于指定位置的树状节点。
4、The rename
tree node
style is defined as shown in Listing 34.───此重命名树节点样式的定义如清单34所示。
5、In the case of a tree, you cannot get each
tree node
as an object.───在树形结构中,您不能将每一个节点当做一个对象。
6、This method returns the children of the given
tree node
, or it returns null if the leaf
tree node
is encountered.───该方法返回给定树节点的子节点,或者如果遇到叶子节点,它返回null。
7、named the
tree node
as a component.───树节点称为组件。
8、The following code example brings the last child
tree node
of the last root
tree node
into view in the tree view when a button is clicked.───下面的代码示例演示如何在单击按钮时,在树视图中显示最后一个根树节点的最后一个子树节点。
9、Gets or sets a value indicating whether a
tree node
label takes on the appearance of a hyperlink as the mouse pointer passes over it .───获取或设置一个值,用以指示当鼠标指针移过树节点标签时,树节点标签是否具有超链接的外观。
1、lymph node───【解剖】淋巴结;n.淋巴腺,淋巴结
2、diskless node───无磁盘节点
3、analyser node───分析仪节点
4、ceremonial node───仪式节点
5、node───n.(Node)人名;(法)诺德;n.节点;瘤;【数】叉点
6、lingual node───舌结
7、floccular node───絮凝结
8、callose node───胼胝质结
9、dermatopathic node───皮肤病结节
1. 可以判断树是否存在。
2. 因为在JavaScript中,可以通过判断树的根节点是否为空来确定树是否存在。
如果根节点为空,即表示树不存在;如果根节点不为空,即表示树存在。
3. 此外,还可以通过判断树的其他属性或方法来确定树是否存在,比如判断树的节点数量是否大于0,判断树的高度是否大于0等。
这些都是判断树是否存在的扩展方式。