Java,各类型取值范围

        DecimalFormat a = new DecimalFormat("#,###.000");
        System.out.println(a.format(Long.MAX_VALUE));
        System.out.println(a.format(Long.MIN_VALUE));

posted @   技术草根女  Views(242)  Comments(0Edit  收藏  举报
点击右上角即可分享
微信分享提示