This topic created in 4451 days ago, the information mentioned may be changed or developed.
有两个p6格式的ppm文件f1和f2,分别去用readlines去读,分别把返回的list直接print出来,stdout分别导入两个文件o1和o2,diff -u o1 o2显示输出一样。可是$shasum -a 256 f1和$shasum -a 256 o2两个文件,结果不一样。。为什么啊,多谢!
可能的问题是什么呢?