04 2024 档案
摘要:一、环境 开发环境: Microsoft Visual Studio Professional 2022 (2) (64 位) - Current版本 17.7.7 .net core 6.0 AngleSharp 1.1.2 AngleSharp.Js 0.15.0 Downloder 3.0.6
阅读全文
摘要:现在有一个HttpHelper类 public async Task<string> ExecuteAsync<H>(H header) where H : class, new() { var client = new RestClient(_url); if (!string.IsNullOrW
阅读全文