📜  如何在java代码示例中创建一个整数数组

📅  最后修改于: 2022-03-11 14:52:46.661000             🧑  作者: Mango

代码示例2
int[] intArray = new int[]{ 1,2,3,4,5,6,7,8,9,10 };