抓取网页数据
摘要:1 /// <summary> 2 /// 人民网取数据 3 /// </summary> 4 /// <returns></returns> 5 private MatchCollection GetDataInternetWeb(string strSourceUrl,string strRegex,int source) 6 { 7 try 8 { 9 10 string web_url = st...
阅读全文
posted @ 2012-12-24 10:00
浙公网安备 33010602011771号