标签:python
from sh import ifconfig
print(ifconfig("wlan0"))
详见
http://amoffat.github.io/sh/
本文出自 “木又寸的技术博客” 博客,请务必保留此出处http://jianshusoft.blog.51cto.com/2380869/1440375
python中调用sh最方便的方法
原文地址:http://jianshusoft.blog.51cto.com/2380869/1440375