StringBuilder.append(char[] str) 方法追加char數組參數到該序列的字符串表示形式。 ... char array argument to this StringBuilder */ str.append(cArr); // print ...
確定! 回上一頁