发布时间:2019-08-26 07:20:06编辑:auto阅读(2333)
>>> import socket
>>> name = socket.gethostname()
>>> print name
***-***-***-**
>>> ip_addr = socket.gethostbyname(name)
>>> print ip_addr
10.***.*.*
上一篇: 【python】 倒序输出字符串
下一篇: Python除法运算和幂运算代码实例
51368
50841
41429
38227
32723
29619
28438
23343
23286
21615
1701°
2429°
2030°
1968°
2309°
1995°
2705°
4523°
4344°
3099°