摘要: //需要用到的命名空间 using System.Net;using System.IO;using System.Text;//调用时只需要把拼成的URL传给该函数即可。判断返回值即可public string GetHtmlFromUrl(string url){string strRet = 阅读全文
posted @ 2018-02-17 22:25 net668 阅读(614) 评论(0) 推荐(0) 编辑
摘要: public static bool SendMailUse() { string host = "smtp.163.com";// 邮件服务器smtp.163.com表示网易邮箱服务器 string userName = "enbqluqib59@163.com";// 发送端账号 string 阅读全文
posted @ 2018-02-17 22:23 net668 阅读(238) 评论(0) 推荐(0) 编辑