摘要: public static string RequestPost(string Url, string parameter, string ContentType = "application/x-www-form-urlencoded") { HttpWebRequest hwrq = (HttpWebRequest)WebRequest.Create... 阅读全文
posted @ 2018-05-02 09:54 坐拥百态 阅读(192) 评论(0) 推荐(0) 编辑