var a = new Vector3[100]; 这种代码,会生成 local a = System.Array(Vector3)(100) 这样的代码。 建议local优化掉System.Array(Vector3)