longValue() throws away all but the lowest 64 bits. BigInteger bigInteger = BigInteger.valueOf(Long.MAX_VALUE) .add( ...
確定! 回上一頁