发布时间:2019-08-26 07:20:06编辑:auto阅读(2332)
>>> import socket
>>> name = socket.gethostname()
>>> print name
***-***-***-**
>>> ip_addr = socket.gethostbyname(name)
>>> print ip_addr
10.***.*.*
上一篇: 【python】 倒序输出字符串
下一篇: Python除法运算和幂运算代码实例
51366
50839
41427
38225
32721
29616
28436
23340
23282
21613
1699°
2427°
2028°
1965°
2305°
1993°
2703°
4520°
4342°
3096°