1 java.text.NumberFormat nf = java.text.NumberFormat.getInstance(); 2 Double value=data.getDouble("price"); 3 show_jewelry_money.setText(nf.format(value) + "元");
转载于:https://www.cnblogs.com/wangying222/p/7473846.html
转载请注明原文地址: https://win8.8miu.com/read-15690.html