邵邵。

导航

2021年11月12日 #

函数定义

摘要: 二进制模式读写 with open(r'a.txt','rb') as f: print(f.read()) # 读出来的为整个文件内的二进制数据 print(f.read(6).decode('utf8')) # read()括号内的为bytes个数,英文是1个byes字节,一个汉字是3个byte 阅读全文

posted @ 2021-11-12 15:46 邵邵。 阅读(95) 评论(0) 推荐(0)