2013年1月18日 ... python执行linux命令有两种方法:在此以Linux常用的ls命令为例:方法一:使用os 模块shell# python>> import os>> os.system('ls -l')...
www.pythontab.com