為了一探究竟,我追了一下java 的實作。 public static String toString(int i) { if (i == Integer.MIN_VALUE) return "-2147483648"; int size ...
確定! 回上一頁