if (format instanceof DecimalFormat) { DecimalFormat decimalFormat = (DecimalFormat) format; decimalFormat.setGroupingUsed(false); }
確定! 回上一頁