I want to format the number without the comma. int num = 1000.123; java.text.numberFormat nf = java.text.numberFormat.getInstance()...
確定! 回上一頁