摘要: public static string HttpPostFrom(string url, string data) { string htmlAll = ""; try { string SendMessageAddress = url;//请求链接 HttpWebRequest request 阅读全文
posted @ 2021-03-03 16:20 罕 阅读(11956) 评论(1) 推荐(1)