UNPKG
math_hello
Version:
latest (1.1.0)
1.1.0
1.0.0
包含加法乘法和hello
math_hello
/
math.js
6 lines
•
89 B
JavaScript
View Raw
1
2
3
4
5
6
export
function
add
(
a,v
){
return
a+v }
export
function
fu
(
a,v
){
return
a*v }