摘要: import java.text.DecimalFormat;public class FileTest { public static void main(String[] args) { DecimalFormat df = new DecimalFormat("#,##0.00"); Sy... 阅读全文
posted @ 2015-10-20 12:49 AZZCS_0222 阅读(464) 评论(0) 推荐(0)