python os.path模塊經常使用方法

import os os.path.join(a,b,c)#abc爲str 拼接路徑html >>> os.path.join('d:\\','f','study') 'd:\\f\\study' >>> os.path.join('a','b','v') 'a\\b\\v' os.path.abspath(a) 返回a的絕對路徑 >>> os.path.abspath('news.txt') '
相關文章
相關標籤/搜索