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

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

[复制链接]
福建老秘 发表于 2010-7-20 19:53:36 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
文稿修改演播室众筹计划,点击了解详情
 
T- f/ x0 }4 |) d8 |* d0 k
8 U/ w5 C/ L7 @" {7 w- M4 f
网页采集程序(超级简单版)
' y H) ^ \" B l' S4 n' S
, f) H( n G) d4 }

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

' k x/ _, @1 }' {7 `

02         { 

+ b: T2 f- M9 { D i! v

03             //方法一: 

9 r/ a. F: H( |

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

7 E O2 l: T5 x+ N) C8 j

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

6 C7 Y$ t/ ^6 E6 n! i3 o3 W1 n

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

E4 [ l3 W1 \# i

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

1 H# M4 m5 c$ i8 L+ }( e" G8 ?

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

* ^% ~/ S+ k" v7 T

09             //Response.Write(html); 

" V$ b9 i$ j$ g9 P7 ^

10   

, a# R6 S S0 }: J) [

11             //方法二: 

" q$ k4 ?4 |1 ]9 W, M

12         //获取整个网页 

- _) z0 r! G' {( A% i# f2 I1 \# P9 X

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

# T% T" D; I; j c- d

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

6 v0 F. ~+ u0 Q; I

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

# B4 Z$ ]# |) ^

16             string html = sr.ReadToEnd(); 

* H3 s: e0 }6 V# k% r+ ]5 G" K

17             sr.Close(); 

: t* m* l- W2 E ~! P. _7 r( E. E

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

' J' [3 E8 `! t5 p+ J& U: c" n7 S [

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

; D3 G8 _" s) h8 x1 o: J+ o4 m5 o

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

, P' Q- I7 {' | y

21             Response.Write(html); 

9 q% s: f A0 H# r

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