码迷,mamicode.com
首页 > 编程语言 > 详细

python 获取IP

时间:2018-11-10 15:57:29      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:command   class   one   imp   com   ddr   add   and   col   

 

import commands
cmd = "ifconfig br0 | grep ‘inet addr‘ | sed ‘s/^.*addr://g‘ |sed ‘s/ Bcast:.*$//g‘"
(status, ip) = commands.getstatusoutput(cmd)

 

python 获取IP

标签:command   class   one   imp   com   ddr   add   and   col   

原文地址:https://www.cnblogs.com/sea-stream/p/9939569.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!