UNPKG
mofle-project
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
超级计算器,能计算一切加法运算
mofle-project
/
README.md
6 lines
•
171 B
Markdown
View Raw
1
2
3
4
5
6
#
# 使用步骤
#
# const path = require('path')
#
# const plus = require(path.join(__dirname,'./lib/plus.js'));
#
# const res = plus.plus(3,1);
#
# console.log(res);
#
##