获取脚本所在目录:
os.path.split( os.path.realpath( sys.argv[0] ) )[0]
获取程序运行目录:
os.getcwd()
Posted on 2014-12-04 13:25  旅途  阅读(286)  评论(0编辑  收藏  举报