会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
海岸线
没有色彩;只有温度。
博客园
首页
新随笔
联系
管理
订阅
2009年9月19日
动态提取网页中的图片地址
摘要: using System.IO;using System.Net;using System.Text;using System.Text.RegularExpressions; StringBuilder html = new StringBuilder();//接收网页html字符串 WebRequest request = WebRequest.Create("http://www.51rk....
阅读全文
posted @ 2009-09-19 15:15 海岸线
阅读(708)
评论(0)
推荐(0)
编辑
View Code