码迷,mamicode.com
首页 > 编程语言 > 详细

python读文件,TypeError: a bytes-like object is required, not 'str'

时间:2020-07-05 00:27:39      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:file   ike   href   targe   typeerror   err   encode   bytes   设置   

2种方法:

1.open文件设置encoding

file = open(filename, ‘r‘, encoding=‘UTF-8‘)

2.用encode方法

str = str.encode()

参考:https://www.fujieace.com/python/str-bytes.html

python读文件,TypeError: a bytes-like object is required, not 'str'

标签:file   ike   href   targe   typeerror   err   encode   bytes   设置   

原文地址:https://www.cnblogs.com/sybil-hxl/p/13237078.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!