Python 文件 tell() 方法
定义和用法
The tell()
方法返回文件流中的当前文件位置。
提示:可以使用 seek()
方法更改当前文件位置。
语法
file.tell()
参数值
没有参数值。
The tell()
方法返回文件流中的当前文件位置。
提示:可以使用 seek()
方法更改当前文件位置。
file.tell()
没有参数值。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]