摘要:
using System.IO; using System.Net; private static string UrlToHtml(string url,System.Text.Encoding encode) { string strHtml = ""; try { StreamReader sr; WebRequest Http... 阅读全文
posted @ 2007-10-11 22:42
jacktu
阅读(2798)
评论(1)
推荐(0)
浙公网安备 33010602011771号