python读取文件到字节数组 def get_bytes_from_file(filename): return open(filename, "rb").read() 开心洋葱 , 版权所有丨如未注明 , 均为原创丨未经授权请勿修改 , 转载请注明python读取文件到字节数组! 喜欢 (0)