zTree 节点数据中保存子节点数据的属性名称。
默认值:"children"
var setting = { data: { key: { children: "nodes" } } }; ......