python笔记:第十二章文件
1.打开文件 位于自动导入的模块IO中,无需手动导入。 f = open('D:\M\test.txt') 若文件不存在,则报错 Traceback (most recent call last): File "d:\M\github\Python\Demo\t14.py", line 1, in <module> f = open('D:\M\test.txt')
Python编程 2023年08月24日 140
/www/wwwroot/xunjs.com/app/index/controller/Tags.php:34:string '十二章' (length=9)
1.打开文件 位于自动导入的模块IO中,无需手动导入。 f = open('D:\M\test.txt') 若文件不存在,则报错 Traceback (most recent call last): File "d:\M\github\Python\Demo\t14.py", line 1, in <module> f = open('D:\M\test.txt')
Python编程 2023年08月24日 140