1
2
189
```python def all(func, *argv): def run(): print('i am run 1') func() pr...
第一种情况 os.system('psaux') 执行系统命令,没有返回值 第二种情况 result=os.popen('psaux') res...