java 將一個BigInteger加上一個小整數

BigInteger init = BigInteger.ZERO;
init = init.add(BigInteger.valueOf(2));    //加2
相關文章
相關標籤/搜索