Python 文件对象的**write()** 方法用于向文件中写入指定字符串## 语法```python fileObject.write( [ str ]) ``` ## 参数|参数|说明| |:---|:---| |str | 要写入- ...
確定! 回上一頁