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