爬虫面向对象重构 #4

This commit is contained in:
yoshiko2
2022-04-20 01:17:01 +08:00
parent 2d3dee065d
commit 1d1648fe1f

View File

@@ -1,7 +1,7 @@
import sys
sys.path.append('../')
from crawler import *
from WebCrawler.crawler import *
from ADC_function import *
from lxml import etree
from requests_html import HTMLSession