Python 文件 fileno() 方法
定义和用法
The fileno()
方法返回流的文件描述符,以数字形式表示。
如果操作系统不使用文件描述符,则会发生错误。
语法
file.fileno()
参数值
无参数
The fileno()
方法返回流的文件描述符,以数字形式表示。
如果操作系统不使用文件描述符,则会发生错误。
file.fileno()
无参数
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]