关灯
《文稿,还能这样写》作者雄文《笔杆子碎语》作者王一端《机关文稿写作入门》作者杨新宇《机关文字工作五十讲》作者何新国
最新《公文写作培训课程》直播间《公文写作百法例讲》作者房立洲老秘网站长、《老秘笔记》作者老猫《公文高手的自我修养》作者胡森林
开启左侧

网页采集程序(超级简单版)

[复制链接]
福建老秘 发表于 2010-7-20 19:53:36 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
文稿修改演播室众筹计划,点击了解详情
 
9 e$ Z$ U# I% V f
4 L' f, L' z6 [1 M5 o+ H: d% U+ k/ d( E
网页采集程序(超级简单版)
2 ^- k) O- |! w$ t7 R# ~7 c) c
& ~8 D8 C+ ^8 h( w

网页采集程序(超级简单版)
01 protected void btn_click(object sender, EventArgs e) 

- ~7 } c% {( J

02         { 

* I8 z3 N/ e/ i0 h4 F& p3 V

03             //方法一: 

7 _ \5 x2 `3 m4 S0 H

04             //System.Net.WebClient wc = new System.Net.WebClient(); 

9 \ r* y( Z, U l9 |9 G

05             //byte[] b = wc.DownloadData("http://www.baidu.com"); 

+ O8 g) j$ b0 l' C0 E5 e( M; L

06             //string html = System.Text.Encoding.GetEncoding("gb2312").GetString(b); 

- ~, ?% n' A6 Z1 w3 W

07             //html = html.Substring(html.IndexOf("<p id=\"lg\">") + "<p id=\"lg\">".Length); 

. x; n( J) k" a5 V

08             //html = html.Substring(0, html.IndexOf("</p>")); 

! O3 ]1 }0 J4 r4 z6 u* i

09             //Response.Write(html); 

- B9 q) i1 F4 l7 v; F7 D4 q

10   

/ T0 p0 q4 W/ t5 L/ S

11             //方法二: 

( b5 b5 {4 e1 `" D# E) W# _

12         //获取整个网页 

1 }: A* ?' c7 S5 }

13             System.Net.WebClient wc = new System.Net.WebClient(); 

4 P9 ]: z5 L$ p# x! b

14             System.IO.Stream sm = wc.OpenRead("http://www.baidu.com"); 

+ B% G, P: C+ n' o- o2 {8 Z/ y

15             System.IO.StreamReader sr = new System.IO.StreamReader(sm, System.Text.Encoding.Default, true, 256000); 

8 A8 A5 w6 y4 f

16             string html = sr.ReadToEnd(); 

8 } ^* s i' t9 j' A) l

17             sr.Close(); 

5 g- \' g/ k7 i# o y

18             //根据规则获取想要的内容 

- N5 F8 _5 H- B/ O$ P" i

19             html = html.Substring(html.IndexOf("<p id=\"lg\">") + "<p id=\"lg\">".Length); 

0 N" v! Y7 }4 X/ D/ ~2 g

20             html = html.Substring(0, html.IndexOf("</p>")); 

2 ~9 w) \. T+ l

21             Response.Write(html); 

8 J5 R) v. x2 i) D; _7 |

22         }

 

精彩评论1

正序浏览
福建老秘 发表于 2010-7-20 20:00:03 | 显示全部楼层
 
公文写作百法例讲

http://hereson.javaeye.com/blog/207468

 
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


0关注

18粉丝

1181帖子

排行榜
作者专栏

关注我们:微信订阅号

官方微信公众号

客服个人微信号

全国服务热线:

0595-22880819

公司地址:泉州秘途文化传媒有限公司

运营中心:福建省泉州市

Email:506070961#qq.com

Copyright   ©2015-2025  老秘网 责任编辑:释然Powered by©Discuz!技术支持:秘途文化  备案号   ( 闽ICP备19022590号-1 闽公网安备35050302000919号 )