12 2016 档案

摘要:os.mkdir和os.mkdirs的区别? 前者如果“中间路径”不存在,会抛出异常,后者则会自动创建中间路径。 map (function, iterable) 对于可迭代函数 中的每一个函数,执行 ,并将结果作为list返回。可以说, 基本等价于 reduce (function, iterab 阅读全文
posted @ 2016-12-22 11:43 IceCache 阅读(125) 评论(0) 推荐(0)