摘要:
# coding:utf-8 # 请求库 import requests # 用于解决爬取的数据格式化 import io import sys sys.stdout = io.TextIOWrapper(sys.stdout.buffer,encoding='utf-8') # 爬取的网页链接 r 阅读全文
posted @ 2020-01-26 14:20
Abandoned_Software
阅读(124)
评论(0)
推荐(0)
浙公网安备 33010602011771号