代码要挂载到父物体上 1.foreach (Transform child in transform) { //然后子物体要做的事情 } 2. for (int i = 0; i <transform.childCount; i++) { }