会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一他糊涂
擅长技术,但不限于技术 从管理再回到技术
博客园
首页
新随笔
联系
订阅
管理
2007年10月11日
将url网址的内容转换为html
摘要: 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
阅读(2704)
评论(1)
推荐(0)
编辑
公告