python 建立新文件夹

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