python文件目录的转换(转换到D盘),首先要 import os
>>> import os >>> os.chdir("d:");
查看运行的结果:
>>> os.chdir('d:\') >>> print os.getcwd(); d: >>> os.chdir("d:\python27ForTest");
python文件目录的转换(转换到D盘),首先要 import os
>>> import os >>> os.chdir("d:");
查看运行的结果:
>>> os.chdir('d:\') >>> print os.getcwd(); d: >>> os.chdir("d:\python27ForTest");