概述read() 方法用于从文件读取指定的字节数,如果未给定或为负则读取所有。 ## 语法read() 方法语法如下: ```py fileObject.read(); ``` ## 参数size -- 从文件中读 ...
確定! 回上一頁