DecimalFormat df = new DecimalFormat("0.00");; double douNum = 53423123231.51323;; String str = df.format(douNum);.
確定! 回上一頁