|
|
|
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!");
|