public String formatPriceE(double price){
DecimalFormat df = new DecimalFormat("#,##0.00"); return df.format(price); }
public String formatPriceE(double price){
DecimalFormat df = new DecimalFormat("#,##0.00"); return df.format(price); }
3695
1521

被折叠的 条评论
为什么被折叠?