python2爬虫编码问题

2023-01-31 01:01:11 爬虫 编码 python2
import sys
reload(sys)
sys.setdefaultencoding('utf-8') # 输出的内容是utf-8格式

相关文章