Python 文件 seekable() 方法
定义和用法
如果文件可寻址,则 seekable()
方法返回 True
,否则返回 False
。
如果文件允许访问文件流,例如 seek()
方法,则该文件可寻址。
语法
file.seekable()
参数值
无参数。
如果文件可寻址,则 seekable()
方法返回 True
,否则返回 False
。
如果文件允许访问文件流,例如 seek()
方法,则该文件可寻址。
file.seekable()
无参数。
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]