gq913 发表于 2013-1-15 03:07:44

Python学习笔记3

1.python获取当前路径
    import os
    print os.getcwd()
页: [1]
查看完整版本: Python学习笔记3