摘要:
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
潇洒飘过
阅读(4015)
评论(0)
推荐(0)

浙公网安备 33010602011771号