Python 文件 writable() 方法
定义和用法
如果文件可写,则 writable()
方法返回 True
,否则返回 False
。
如果文件使用 "a"
(追加)或 "w"
(写入)打开,则该文件可写。
语法
file.writable()
参数值
无参数。
如果文件可写,则 writable()
方法返回 True
,否则返回 False
。
如果文件使用 "a"
(追加)或 "w"
(写入)打开,则该文件可写。
file.writable()
无参数。
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]