[範例1]: app.Use(next => { return async context => { await context.Response.WriteAsync("Hello World!"); await next(context); }; });
確定! 回上一頁