下一步是將 next 注入middleware,這裡用到了 compose API,其功能顧名思義是將一連串的function組合起來,例如: compose(f, g, h) 會回傳 (...args) => ...
確定! 回上一頁