摘要: Get方式 private string HttpGet(string url, string postData) { HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url + (postData == "" ? "" : "? 阅读全文
posted @ 2016-02-19 15:29 末日之花 阅读(767) 评论(0) 推荐(0)