2019年11月9日

将数字转换成百分比

摘要: /** * 数字转化为百分比 */ public static String getPercentResult(Object number) { NumberFormat nf = NumberFormat.getPercentInstance(); //这个1的意识是保存结果到小数点后几位,但是特 阅读全文

posted @ 2019-11-09 22:25 大地豆奶 阅读(986) 评论(0) 推荐(0)

导航