我想知道在linux和windows之间打开和读取文件的方式是否有区别,例如:
data_file = open(fileName, 'r').read()
pkey_file = open('private.pem', 'r').read()
windows和linux之间的data_file和pkey_file数据是否存在差异?
谢谢, ķ。
答案 0 :(得分:0)
EOF有所不同:
Windows \ r \ n
Linux \ n
还有其他字符..
使用commande line dos2unix