String 计算的值保留2位小数
摘要:        
public static void main(String[] args) { DecimalFormat format = new DecimalFormat("0.00"); String prem ="123.456"; String premium = format.format(new     阅读全文
		
		posted @ 2020-03-24 13:26 多言 阅读(3311) 评论(0) 推荐(0)
posted @ 2020-03-24 13:26 多言 阅读(3311) 评论(0) 推荐(0)