摘要: 1 import asyncio 2 import aiohttp 3 import async_timeout 4 from lxml import html 5 from timeit import default_timer as timer 6 7 from db import DBData 阅读全文
posted @ 2018-12-25 10:29 zhong_sp 阅读(354) 评论(0) 推荐(0)
摘要: 1 import aiohttp 2 import asyncio 3 import async_timeout 4 from urllib.parse import urljoin,urldefrag 5 6 root_url = 'http://python/org/' # 开始的url 7 c 阅读全文
posted @ 2018-12-25 10:08 zhong_sp 阅读(347) 评论(0) 推荐(0)