看书学习,第一次写爬虫,书本上教程就是这样写,我的为何不行,为啥咋办
编码问题,open文件的时候指定一下用UTF-8编码就好了
with open('./test.html','w',encoding='utf-8') as fp: