注册 登录
编程论坛 PHP技术论坛

piece of script to find which array not unset

pusheax 发布于 2014-11-26 12:55, 1957 次点击
piece of script to find which array not unset
#!/usr/bin/python#-*-coding:utf-8-*-import os def rd(p,x):for o in os.listdir(p):if os.path.splitext(o)[1]==x:n=0.....
see more at: http:/user.qzone.
0 回复
1