dashboard
repositories
filestore
activity
search
login
main
/
testApp
在线考试教育APP
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交
马宇豪
2024-07-24
33413c6be7f338ba1ee92b3218e5c078364675dc
[testApp.git]
/
node_modules
/
npm
/
node_modules
/
jsbn
/
example.js
1
2
3
4
5
(function () {
var BigInteger = jsbn.BigInteger;
var a = new BigInteger('91823918239182398123');
console.log(a.bitLength());
}());