import subprocess uname = "uname" uname_arg = "-a" subprocess.call([uname, uname_arg])
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.