摘要: 安装 nuget 搜索安装flurl.http 使用 var url = "http://www.some-api.com" .AppendPathSegment("login") .SetQueryParams(new { name = "Lee", pwd = "123456" }); //构造 阅读全文
posted @ 2022-12-21 17:56 多见多闻 阅读(1027) 评论(0) 推荐(1)