【发布时间】:2015-06-28 12:00:51
【问题描述】:
我在网上搜索过,似乎找不到任何其他实例。为什么 2015 变成 x815,我该如何补救?
>>> os.chdir("N:\PRTR\Weekly Estimate\2015")
Traceback (most recent call last):
File "<pyshell#10>", line 1, in <module>
os.chdir("N:\PRTR\Weekly Estimate\2015")
WindowsError: [Error 2] The system cannot find the file specified: 'N:\\PRTR\\Weekly Estimate\x815'
【问题讨论】:
标签: python string directory numbers