简易代码之家

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  157 Posts :: 2 Stories :: 57 Comments :: 0 Trackbacks
public static void main(String[] args) {
        NumberFormat nf 
= NumberFormat.getPercentInstance();
        nf.setMinimumFractionDigits(
2); // 设置两位小数位
        double result = (double1 / 32;
        System.out.println(nf.format(result));
    }

运行结果:3.12%
posted on 2010-01-21 16:26 Jakin.zhou 阅读(1279) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: