摘要: 编码问题,转换成utf-8即可正常运行 import requests sub_response = requests.get(sub_comment_url) sub_response.content.decode("utf-8") 阅读全文
posted @ 2021-07-27 15:13 胸怀丶若谷 阅读(157) 评论(0) 推荐(0)