PYTHON seek()tell()语句

print(f.tell())   # 显示当前位置
f.seek(0)     #回到某一起点

 

posted @ 2016-12-25 19:34  灬歧途  阅读(191)  评论(0)    收藏  举报