arr[下标].children
还可以 遍历 arr 就可以 获取到 所有的了
for(var i=0;i<arr.length;i++){ console.log(arr[i].children) }