码迷,mamicode.com
首页 > 其他好文 > 详细

科学转换法

时间:2017-09-04 15:57:05      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:ble   ber   科学   col   code   money   ext   instance   .text   

 1 java.text.NumberFormat nf = java.text.NumberFormat.getInstance(); 2 Double value=data.getDouble("price"); 3 show_jewelry_money.setText(nf.format(value) + "元"); 

科学转换法

标签:ble   ber   科学   col   code   money   ext   instance   .text   

原文地址:http://www.cnblogs.com/wangying222/p/7473846.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!