高阶函数只是将函数作为参数或返回值的函数。 function higherOrderFunction(param,callback){ return callback(param): }
Proudly powered by WordPress