2017年5月24日
摘要: public enum HttpMethod { Get, Post } /// HttpClient public class HttpClient { public Encoding encoding { get; set; } public HttpClient() { this.e... 阅读全文
posted @ 2017-05-24 13:49 记性特差 阅读(1258) 评论(0) 推荐(0) 编辑