会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
莫名's Blog
博客园
首页
新随笔
联系
订阅
管理
2014年7月2日
Python递归遍历目录下所有文件
摘要: #自定义函数:import ospath="D:\\Temp_del\\a"def gci (path): """this is a statement""" parents = os.listdir(path) for parent in parents: ...
阅读全文
posted @ 2014-07-02 16:52 momingliu11
阅读(111692)
评论(2)
推荐(10)
编辑
判断数组中是否包含某个字符(contains)
摘要: $b=1,3,2,9,10$b -contains 2
阅读全文
posted @ 2014-07-02 10:58 momingliu11
阅读(1052)
评论(0)
推荐(0)
编辑