由于经常要写一些采集的程序,下面的三个函数是采集中的很常用的函数。姑且叫采集系统万能正则表达式吧。全部源码见 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) } 相关文章: