我在 IHttpClientFactory 中使用类型化的客户端。像这样: // Startup.cs services.AddHttpClient<MyHttpClient>() // MyHttpClient.cs public class MyHttpClient ...
確定! 回上一頁