int [] a = new int[]{1,2,3,4,5};
引申到二维数组
String[][] expectTable = new String[][]{
{"微信", null, null}
};
版权声明:本文为qq_36939013原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
int [] a = new int[]{1,2,3,4,5};
引申到二维数组
String[][] expectTable = new String[][]{
{"微信", null, null}
};