包裹?com . Qiu . Lin . he;
進口?Java . text . parse exception;
進口?Java . util . array;
公共?班級?史策?{
公共?靜電?作廢?main(String[]?args)?摔投?ParseException?{
String[]?str1?=?{?“J”,?壹個。“v”,?壹個。“中等”?};
String[]?str2?=?{?“比如”?“什麽”?“巴”?“二”?a。“數字”?“組”“在壹起”?“還有”?“為了”,
“壹”“壹”?};
int?strLen1?=?str 1 . length;//?保存第壹個數組的長度。
int?strLen2?=?str2.length//?保存第二個數組長度。
str1?=?Arrays.copyOf(str1,strLen1?+?strlen 2);//?擴大電信容量
System.arraycopy(str2,0,?str1,?strLen1,?strlen 2);//?將第二個數組與第壹個數組合並。
system . out . println(arrays . tostring(str 1));//?輸出陣列
}
}運行結果如下: