发布时间:2019-08-26 07:20:06编辑:auto阅读(2327)
>>> import socket
>>> name = socket.gethostname()
>>> print name
***-***-***-**
>>> ip_addr = socket.gethostbyname(name)
>>> print ip_addr
10.***.*.*
上一篇: 【python】 倒序输出字符串
下一篇: Python除法运算和幂运算代码实例
51305
50755
41353
38161
32635
29532
28378
23252
23220
21544
1617°
2352°
1955°
1897°
2229°
1938°
2627°
4406°
4244°
3017°