os.path.splitext()、s.split()、os.path.split()、os.path.join()作用

      import os       os.path.splitext('hellow.png')                               輸出:('hellow', '.png')      應用:分開文件路徑(path)和文件擴展名(ext) ***************************************************************
相關文章
相關標籤/搜索