import java.text.DecimalFormat; String a = new DecimalFormat(“###,###,###.##”).format(100.12345 ); 再把String轉回Float。
確定! 回上一頁