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

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

[复制链接]
福建老秘 发表于 2010-7-20 19:53:36 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
文稿修改演播室众筹计划,点击了解详情
 
; \% C% l/ F" ]( e* b
* { z2 I: a- Y( H8 G7 w
网页采集程序(超级简单版)
+ k: u9 o$ G" p
! o2 t: U+ k6 Z, r$ \

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

, E8 u: G5 E: h& o/ B

02         { 

2 f4 w, `" }: C3 t; ]

03             //方法一: 

( I! s. _0 ~5 }8 j9 ^; b+ |

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

8 M& m# v* }2 S/ K2 \

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

5 [! C( O; f* |4 `! c- A1 n7 ]

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

9 R: y \( S7 z6 G

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

, d6 O7 r) W/ O8 n2 H

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

1 W- h; p P% l. \

09             //Response.Write(html); 

. g: t0 F$ X2 O1 W# Y

10   

' U# w" G$ D5 [+ J

11             //方法二: 

6 m3 A+ O! ~1 G% j0 J

12         //获取整个网页 

5 i, q8 q- n# [0 U% i/ I

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

! ^- X3 }( Q- W; r. z

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

$ ~! N$ T2 u, k" Z

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

2 |3 s I0 r A3 u2 g. |; y

16             string html = sr.ReadToEnd(); 

& Q7 E- F/ W1 l+ m9 u) |

17             sr.Close(); 

8 E5 R% t) r& F: ?4 H4 E

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

8 a/ ^4 q) l) j4 m9 j7 h

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

) c! V5 x, g K% {, k* R8 {9 @

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

2 c4 o8 m% \% _3 v$ R( c. q! f8 C

21             Response.Write(html); 

`; D& w$ a4 s3 V/ m3 O0 B2 }+ ~

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号 )