下面是NumberFormat的一些範例. EX: NumberFormat formatter = new DecimalFormat("000000"); String s = formatter.format(-1234.567); // -001235
確定! 回上一頁