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

相关文章:

  • 2022-01-21
  • 2021-08-08
  • 2021-05-18
猜你喜欢
  • 2022-01-20
  • 2021-10-09
  • 2021-12-14
  • 2021-10-30
  • 2022-02-01
  • 2021-12-27
  • 2022-01-06
相关资源
相似解决方案