2018年7月8日
摘要: 1 函数map和filter #map()和filter循环帮你调用函数的 1.1 函数map import os import time def makdir(dir_name): if not os.path.isdir(dir_name): os.mkdir(dir_name) return 阅读全文
posted @ 2018-07-08 22:47 better0903 阅读(142) 评论(0) 推荐(0) 编辑