美文网首页
Python切换到脚本所在目录

Python切换到脚本所在目录

作者: 袁先生的笔记 | 来源:发表于2021-03-10 15:12 被阅读0次
    import os
    import sys
    
    os.chdir(sys.path[0])
    

    相关文章

      网友评论

          本文标题:Python切换到脚本所在目录

          本文链接:https://www.haomeiwen.com/subject/eqxiqltx.html