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

格式化数字

时间:2017-01-05 11:58:10      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:span   orm   oid   数字   ring   png   int   string   格式化数字   

    public static void main(String[] args) {
        DecimalFormat decimalFormat = new DecimalFormat("00000");
        System.out.println(decimalFormat.format(21));
    }

技术分享

格式化数字

标签:span   orm   oid   数字   ring   png   int   string   格式化数字   

原文地址:http://www.cnblogs.com/zhaoding/p/6251688.html

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