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  阅读(22773)  评论(0)    收藏  举报