Response.ContentType = "text/plain;charset=utf-8";//防止中文亂碼await context.Response.WriteAsync("第一個中間件輸出你好~"); }); //第二個中間 ...
確定! 回上一頁