摘要:
#coding:utf-8 from requests import get import re from bs4 import BeautifulSoup from time import sleep,ctime from threading import Thread import sys reload(sys) sys.setdefaultencoding('utf-8') pr... 阅读全文
摘要:
1.ValueError: unsupported format character 'D' (0x44) at index 16 2.输出内容到命令行,中文字符是乱码 3.设定了输出的环境为utf8: 4.python上配置代理出错 尝试将您的代理网址更改socks5://proxyhost:12 阅读全文