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