UNPKG
01_npmshangchuan
Version:
latest (1.0.0)
1.0.0
01_npmshangchuan
/
03.js
5 lines
(4 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
import
{ jia }
from
"./01.js"
;
import
{ cheng }
from
"./02.js"
;
console
.
log
(
jia
(
10
,
10
));
console
.
log
(
cheng
(
10
,
10
));