18 lines
433 B
C#
18 lines
433 B
C#
|
|
using HtmlAgilityPack;
|
|
using New_Spider;
|
|
using System.Text.RegularExpressions;
|
|
|
|
//HtmlAgHelper htmlAgHelper = new HtmlAgHelper();
|
|
|
|
//htmlAgHelper.HtmlCreatePageData();
|
|
HtmlAgMajorHelper agMajorHelper = new HtmlAgMajorHelper();
|
|
//agMajorHelper.DownloadTypeListFile();
|
|
agMajorHelper.DownloadChildTypeListFile();
|
|
|
|
|
|
Console.Read();
|
|
|
|
// See https://aka.ms/new-console-template for more information
|
|
Console.WriteLine("Hello, World!");
|