在Java 中, 輸出數值123456789.234, 會得到1.23456789234E8, 這時候, 可以利用『java.text.DecimalFormat』類別的『applyPattern』與『format』方法, 設定 ...
確定! 回上一頁