Skip to content
On this page

sum 函数

函数求和,函数参数可以是任意多个,但必须是整数

js

sum(1, 2)
sum(1, 2, 3)

Released under the MIT License.