摘要: /// <summary> /// SMTP发送邮件 /// </summary> /// <param name="fromEmail">发送邮件地址</param> /// <param name="toEmail">收件箱</param> /// <param name="subject">邮 阅读全文
posted @ 2018-03-12 14:30 GOGOGO陈 阅读(590) 评论(1) 推荐(0) 编辑
摘要: public static string GetPostString(string urladdress, string @params) { string returnValue = null; using (WebClient client = new WebClient()) { client 阅读全文
posted @ 2018-03-12 10:48 GOGOGO陈 阅读(1492) 评论(0) 推荐(1) 编辑