python中调用sh最方便的方法

2023-01-31 05:01:58 python 调用 方法

from sh import ifconfig

print(ifconfig("wlan0"))


详见

Http://amoffat.GitHub.io/sh/


相关文章