NewGaoKaoApi/New_Spider/Program.cs

14 lines
286 B
C#

using HtmlAgilityPack;
using New_Spider;
using System.Text.RegularExpressions;
HtmlAgHelper htmlAgHelper = new HtmlAgHelper();
htmlAgHelper.HtmlCreatePageData();
Console.Read();
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");