Rumah > Artikel > pembangunan bahagian belakang > python中怎么打开文件夹
python中怎么打开文件夹?
使用如下命令就可以
import os os.system('explorer.exe /n, 文件夹路径')
这样就可以直接打开,要打开文件,不知道大家是想在程序里读还是直接开文件,开文件用
os.system('cmd /c 文件名')
在脚本中使用文件内容,那就使用open函数来读取文件内容。
相关推荐:《Python教程》
Atas ialah kandungan terperinci python中怎么打开文件夹. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!