我想删除目录下所有的*.ts,os.remove无法批量删除
os.remove
认证高级PHP讲师
>>> args = [ 'rm *.ts' ] >>> p = subprocess.call(args, shell=True)
参考:
http://stackoverflow.com/ques...
You may need to write an absolute path
参考:
http://stackoverflow.com/ques...
http://stackoverflow.com/ques...
You may need to write an absolute path