Python 文件 read() 方法
定义和用法
The read()
方法从文件中返回指定数量的字节。默认值为 -1,表示整个文件。
语法
file.read()
参数值
参数 | 描述 |
---|---|
size | 可选。要返回的字节数。默认值为 -1,表示整个文件。 |
The read()
方法从文件中返回指定数量的字节。默认值为 -1,表示整个文件。
file.read()
参数 | 描述 |
---|---|
size | 可选。要返回的字节数。默认值为 -1,表示整个文件。 |
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]