摘要: 今天在上班中,发现服务器传过来的数据,*100后,小数点后面有很多数据,于是查了下资料。有以下解决了、 DecimalFormat df = new DecimalFormat("######0.00"); df.format(mLoanRate * 100)解决了问题。 阅读全文
posted @ 2015-09-14 19:30 百晓生 阅读(2862) 评论(0) 推荐(0) 编辑