UNPKG
01-szhm-wb
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
计算器我的最萌
01-szhm-wb
/
test.js
6 lines
(4 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
//导入模块
const
path = require(
'path'
)
const
add
= require(path.
join
(__dirname,
'lib/add.js'
)) console.log(
add
(
1
,
2
));