JavaScript

100 阅读1分钟

函数柯力化

function a(q){ return function b(w){ return a + b } }