static void Main(string[] args) { GzhSearcher gzhs = new GzhSearcher(); List<Gzh> list= gzhs.Search("识林"); ArticleSpider aspider=new ArticleSpider(); aspider.GzhUrl = list[0].GzhUrl; aspider.GetArticles(); Console.Read(); }
static void Main(string[] args) { GzhSearcher gzhs = new GzhSearcher(); List <Gzh> list = gzhs.Search("识林"); ArticleSpider aspider = new ArticleSpider(); aspider.GzhUrl = list[0].GzhUrl; aspider.GetArticles(); Console.Read(); }