import glob
fileList=glob.glob(“E:PythonWork*.exe”)
for filename in fileList:
带参数调用filename
source:
http://bbs.csdn.net/topics/90198608
Categories
import glob
fileList=glob.glob(“E:PythonWork*.exe”)
for filename in fileList:
带参数调用filename
source:
http://bbs.csdn.net/topics/90198608