String[] A = new String[]{};A[0] = "a";A[1] = "b;A[2] = "c;System.out.println(A.length);這個String數組聲明賦值哪里不正確?求指教
String數組聲明賦值
胡說叔叔
2018-07-20 11:13:34