首页 > 代码库 > python基础--用python执行系统命令

python基础--用python执行系统命令

1 from os import system2 print(system(ping www.baidu.com))

 

python基础--用python执行系统命令