python os.path.join()方法

作者: faraway_com | 来源:发表于2017-06-05 18:54 被阅读0次

    os.path.join()在拼接路径的时候用的。
    举个例子,
    os.path.join(“home”, "me", "mywork")
    在Linux系统上会返回
    “home/me/mywork"

    相关文章

      网友评论

        本文标题:python os.path.join()方法

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