摘要: //java代码 public static void main(String[] args) { DecimalFormat myformat = new DecimalFormat(); myformat.applyPattern("##,###.000"); System.out.println(myformat.format(11112345.12345)); }... 阅读全文
posted @ 2018-10-22 22:56 孔小爽 阅读(880) 评论(0) 推荐(1) 编辑
作者:孔小爽 引用请标明出处:https://www.cnblogs.com/kongxiaoshuang/