摘要: 这里Custom是自定义中间件 if (env.IsDevelopment())//异常错误处理 { app.UseDeveloperExceptionPage(); app.UseDatabaseErrorPage(); } else { app.UseExceptionHandler("/Err 阅读全文
posted @ 2025-05-19 14:00 爱晒太阳的懒猫。。 阅读(33) 评论(0) 推荐(0)