nodejs难点
2021-01-17 08:13
标签:object 参数 ext await res 了解 setter 需要 ddl 1. compose compose(middlewares) // middleware应该是回调, 所有用async-await. middlewares = [async (ctx, next)=>{ log1, await next(), log2 }, async (ctx, next) => { log3, await next(), log4 } ] 2. getter/setter 可以使得获取值变短 nodejs难点 标签:object 参数 ext await res 了解 setter 需要 ddl 原文地址:https://www.cnblogs.com/connie313/p/13369560.html