首页
编程
java
php
前端
首页
编程
java
php
前端
python怎么在保存新的文件
要以 w 方式打开文件,
with
open
(
'films.txt'
,
'w'
,encoding=
'utf-8'
)
as
f
点击展开全文