摘要: 一、代码 public class UnitTest { // 金额字符串格式化为千分符 public static String fmtMicrometer(String amount) { DecimalFormat df = null; if (amount.indexOf(".") > 0) 阅读全文
posted @ 2022-07-04 20:39 变体精灵 阅读(152) 评论(0) 推荐(0)