标签:
1 from os import system 2 print(system(‘ping www.baidu.com‘))
python基础--用python执行系统命令
原文地址:http://www.cnblogs.com/airener/p/5956041.html