Java經常使用數學方法

/** * 千分位數據格式化 * * @param text * @return */ public static String format(String text) { DecimalFormat df = null; if (text.indexOf(".") > 0) { if (text.length() - text.indexOf(".") - 1 == 0) {
相關文章
相關標籤/搜索