摘要: private String change2(Double runliaoCost) { if (runliaoCost == null) { return ""; } //保留两位小数 BigDecimal b = new BigDecimal(runliaoCost); DecimalForma 阅读全文
posted @ 2022-08-04 17:34 820820820 阅读(39) 评论(0) 推荐(0)