2021年6月23日

调用webapi几种方式

摘要: Web API的几种调用方式 示例是调用谷歌短网址的API. 1. HttpClient方式: public static async void DoAsyncPost() { DateTime dateBegin = DateTime.Now; string url = @"https://www 阅读全文

posted @ 2021-06-23 14:39 小小先生、 阅读(700) 评论(0) 推荐(0) 编辑

导航