摘要:
namespace ConsoleApp1 { class Program { /// 示范 GetAwaiter() /// tip: 关键字: wait系列, await, result, getResult 要等, 其他都不用 static void Main(string[] args) { 阅读全文
摘要:
这两个用法其实我也还是没有怎么搞懂,先记录下吧 HttpContent content = new StringContent(JsonConvert.SerializeObject(o), Encoding.UTF8, "application/json"); var myhttpclient = 阅读全文