🌈 搜索
📅  最后修改于: 2022-03-11 14:45:09.147000             🧑  作者: Mango
with open(fileName, mode='rb') as file: # b is important -> binary fileContent = file.read()