摘要:对大佬的有些修改,用大佬的编码转换那里老是出问题 这个亲测可以# -*- coding:utf-8 -*-import requestsimport parselurl = ""#小说网站response = requests.get(url)response.encoding = "utf-8"#
阅读全文
posted @ 2022-10-15 13:01
posted @ 2022-10-15 13:01