摘要: HttpClient client = new HttpClient(); //使用FormUrlEncodedContent做HttpContent var content = new FormUrlEncodedContent(new Dictionary() { { "q", name}, { "from", "zh"}, { "to", "en"} }); var response ... 阅读全文
posted @ 2017-11-16 11:50 潇洒飘过 阅读(4007) 评论(0) 推荐(0) 编辑