pycharm爬虫生成HTML文件时里面内容中文乱码
保存时用utf-8编码with open("mybaiodu.html",mode = "w",encoding="utf-8") as f
mode="wb+"