我可以>>> os.path.join("c:/","home","foo","bar","some.txt") 'c:/home\\foo\\bar\\some.txt' 但是,当我这样做的时候>>> s = "c:/,home,foo,bar,some.txt".split(" ...
確定! 回上一頁