example.js 107 字节 原文件 审查 历史 永久链接 1 2 3 var BigInteger = require('./'); var a = new BigInteger('91823918239182398123'); console.log(a.bitLength());