📜  使用值 java 代码示例初始化数组

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

代码示例1
int[] arr = {3,6,9,12};
int[] arr = new int[]{1, 2, 3};