在python3中有的,取代2中的commonds模塊python
subprocess.getstatusoutput('ipconfig')
返回的是tuple,第一個是code 0成功1失敗,第二個是具體信息code