python shell 下转换 路径
摘要:
>>> import os>>> os.chdir("F:\python") File "", line 1 os.chdir("F:\python") ^IndentationError: unexpected indent>>> os.chdir>>> os.chdir("F:... 阅读全文
posted @ 2015-08-31 22:33
z.paully
阅读(537)
评论(0)
推荐(0)
浙公网安备 33010602011771号