Skip to content

柯里化

把接受多个参数的函数变换成为接受一个单一的参数的函数

foo(a,b,c) => foo(abc)

Powered by veaba