谁有电子邮箱借我一下!!!!!!

自己做吧,用下面的代码,把相应的格式的代码用正则表式搜索出来,然后用JMAIL控件发送

public static string getPageInfo(String url)

{

WebResponse wr_result = null;

StringBuilder txthtml = new StringBuilder();

try

{

WebRequest wr_req = WebRequest.Create(url);

wr_result = wr_req.GetResponse();

Encoding encode = System.Text.Encoding.GetEncoding("gb2312");

StreamReader sr = new StreamReader(ReceiveStream, encode);

if (true)

{

Char[] read = new Char[256];

int count = sr.Read(read, 0, 256);

while (count 0)

{

String str = new String(read, 0, count);

txthtml.Append(str);

count = sr.Read(read, 0, 256);

}

}

}

catch (Exception)

{

txthtml.Append("err");

}

finally

{

if (wr_result!= null)

{

wr_result.Close();

}

}

return txthtml.ToString();

}

邮箱借我用一下

您好!很高兴能为您解答,:

如果你有QQ号,建议您使用QQ邮箱即可,Q号加QQ邮箱后缀名即是你的邮箱地址)手机登录QQ后,

在搜索栏搜索“QQ邮箱提醒”进入并关注此公众号即可。

以后有邮件,只要登录手机QQ都会有提醒。