摘要:
抓取和分析网页的类。 主要功能有: 1、提取网页的纯文本,去所有html标签和javascript代码 2、提取网页的链接,包括href和frame及iframe 3、提取网页的title等(其它的标签可依此类推,正则是一样的) 4、可以实现简单的表单提交及cookie保存 /** Author:S... 阅读全文
posted @ 2012-02-13 14:03
wys0301mm
阅读(965)
评论(0)
推荐(0)
摘要:
try { //抓取网页中的内容 WebRequest request = WebRequest.Create(textBox2.Text.ToString()); WebResponse response = request.GetResponse(); StreamReader r... 阅读全文
posted @ 2012-02-13 13:59
wys0301mm
阅读(185)
评论(0)
推荐(0)
摘要:
privatevoid pictureBox1_MouseMove(object sender, MouseEventArgs e){if (e.Button == MouseButtons.Left){//移动处理if (!isLeftCtrlKeyDown){ offset.Width += e... 阅读全文
posted @ 2012-02-13 13:45
wys0301mm
阅读(194)
评论(0)
推荐(0)
浙公网安备 33010602011771号