爬虫面向对象重构 #3

This commit is contained in:
yoshiko2
2022-04-20 01:15:33 +08:00
parent 27cad6eca3
commit 2d3dee065d
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ from urllib.parse import urlencode
from lxml import etree
from ADC_function import *
from crawler import *
from WebCrawler.crawler import *
# import sys
# import io
# sys.stdout = io.TextIOWrapper(sys.stdout.buffer, errors = 'replace', line_buffering = True)