Open Sogrey opened 4 years ago
高阶函数只是将函数作为参数或返回值的函数。
function higherOrderFunction(param,callback){ return callback(param); }
高阶函数只是将函数作为参数或返回值的函数。