1 /** 2 * 給數字左邊補0 3 */ 4 public static String completion0(int i){ 5 // 得到一個NumberFormat的實例 6 NumberFormat nf = NumberFormat.
確定! 回上一頁