标签:ase als str alt os.path 而不是 模块 第一个 com
1、python中获取当前工作目录
curDir = os.getcwd()
os.getcwd()返回的是执行命令时所在的目录,而不是脚本本身所在的目录
2、os.path
python中os.path模块简介
原文地址:http://www.cnblogs.com/heting/p/6437765.html