int[] int_1 = {1,2,3,4,5 }; creature_1.Stats = new int[3] { 101,102,103 }; 参考资料: 1. 各种C#数组的定义和初始化 各种C#数组的定义和初始化 2. 3.