本文共 133 字,大约阅读时间需要 1 分钟。
import os# rm /home/filecommmand='rm /home/%s'%('file') os.popen(command)
转载于:https://www.cnblogs.com/shengxinjack/p/7346528.html