由于经常要写一些采集的程序,下面的三个函数是采集中的很常用的函数。姑且叫采集系统万能正则表达式吧。全部源码见
http://www.softbk.com/news.asp?id=3564     欢迎一起交流

采集系统万能正则表达式//获取页面的html源码
采集系统万能正则表达式
 public  string GetHtmlSource(string Url, string charset)
        }


采集系统万能正则表达式 public string SniffwebCode(string code, string wordsBegin, string wordsEnd)
        }

采集系统万能正则表达式 public ArrayList SniffwebCodeReturnList(string code, string wordsBegin, string wordsEnd)
        }

相关文章: