摘要: DecimalFormat decimalFormat = new DecimalFormat("0.##");double l = 101; String format = decimalFormat.format(l / 100);System.out.println(format); 阅读全文
posted @ 2020-09-25 17:03 随★风 阅读(8423) 评论(0) 推荐(0)