python3转码 当request.urlopen(url)返回的值不能以html形式展现出来时可以加read().decode('utf-8', 'ignore')方法进行转码 Other 2023-10-14 201 点赞 3 评论 304 浏览