摘要: import os # rm /home/file commmand='rm /home/%s'%('file')os.popen(command) 阅读全文
posted @ 2017-08-11 16:19 生信杰克 阅读(3183) 评论(0) 推荐(0) 编辑