java 四捨五入的問題--五舍六入

Double dd=0.125; try { DecimalFormat df=new DecimalFormat("#.##"); System.out.println(df.format(dd)); } catch (RuntimeException e) { e.printStackTrace(); } MathContext v = new MathContext(2
相關文章
相關標籤/搜索