private final char value[];. public String(char value[]) { this.value = Arrays.copyOf(value, value.length); }. public int length() {
確定! 回上一頁