博客园 :: :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2015年5月12日

摘要: 1 #encoding:utf-8 2 import struct 3 4 myfile = open("D:\\Backup\\我的文档\\spider.sav","rb+") 5 6 myfile.seek(-4,2)#从末尾向前4个字节,只有这样才准确。 7 myfile.write(s... 阅读全文
posted @ 2015-05-12 11:01 #include<stdio.h> 阅读(567) 评论(0) 推荐(0) 编辑