跳到主要内容

find_child

查找子节点(非递归)

声明

int find_child(object child)

参数

参数名描述
child目标子节点对象

返回值

< 0 - 未找到子节点, >=0 - 子节点索引

使用方式

返回文档