String formatStr = "%07d";. String formatAns = String.format(formatStr, 10);. System.out.println("數字補零:"+formatAns); ...
確定! 回上一頁