python 建立新文件夾

import os def create_foleder(foldernames): current_position="E:/" foldername=str(current_position)+str(foldernames)+"/" isCreated=os.path.exists(foldernames) if not isCreated:
相關文章
相關標籤/搜索