11 2020 档案

摘要://post请求 var values = new Dictionary<string, string> { { "thing1", "hello" }, { "thing2", "world" } }; var content = new FormUrlEncodedContent(values) 阅读全文
posted @ 2020-11-27 08:12 凌心缘 阅读(293) 评论(0) 推荐(0)