2021年1月6日

摘要: # 打开并创建文件# my_file = open(r"D:\pythonCode\07day_code\index.html", "w", encoding="utf-8")# ## my_file.write("<title>我的文件</title>")# my_file.close()# 一行 阅读全文

posted @ 2021-01-06 21:22 明和乐儿 阅读(96) 评论(0) 推荐(0)