aliyun / ossfs

Export s3fs for aliyun oss.
GNU General Public License v2.0
738 stars 152 forks source link

二次写入文件的问题 #35

Closed airycanon closed 3 years ago

airycanon commented 8 years ago

用 Python 写入二进制,首先创建文件,写入 100 个字节的数据,接着重新打开文件,定位到文件起始位置,用 10 个字节的数据覆盖,结果这 10 个字节正常写入,而剩余的 90 个字节全部变成 00,是什么原因?