A int[] a=new int[]{1,2,3,4};
B int[] a= {1,2,3,4};
C int[] a=new int[4]{1,2,3};
D int[] a=new int[4]{1,2,3,4};
分享
语音搜题
拍照搜题
打赏