摘要:
建议使用httpclient,不再使用webclient。 前者性能更高,更安全,推荐。 测试代码: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Net; using Syst 阅读全文
posted @ 2025-09-10 11:48
China Soft
阅读(16)评论(0)推荐(0)
摘要:
class Program { static int i = 0; static async Task Main(string[] args) { for (int i = 0; i < 3; i++) { await RunInNewScopeAsync(async () => { var n1 阅读全文
posted @ 2025-08-26 17:17
China Soft
阅读(14)评论(0)推荐(0)