Python 文件 seek() 方法
定义和用法
The seek()
方法在文件流中设置当前文件位置。
The seek()
方法也返回新的位置。
语法
file.seek(offset)
参数值
参数 | 描述 |
---|---|
offset | 必需。表示要设置当前文件流位置的位置的数字。 |
The seek()
方法在文件流中设置当前文件位置。
The seek()
方法也返回新的位置。
file.seek(offset)
参数 | 描述 |
---|---|
offset | 必需。表示要设置当前文件流位置的位置的数字。 |
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]