BigInteger bi = new BigInteger("123");

 
        int i = bi.intValue();
        long l = bi.longValue();
         
        System.out.println(i);
        System.out.println(l);
posted on 2018-03-02 10:24  Sharpest  阅读(22674)  评论(0编辑  收藏  举报