此问题已在此处有答案:
Finding local IP addresses using Python's stdlib(49答案)
8天前关闭
我的主机是10.13.17.18,但我的主机名获得了其他值
import socket
print(socket.gethostname())
print(socket.gethostbyname(socket.gethostname()))
在python中有什么解决方案可以获取主机名吗
此问题已在此处有答案:
Finding local IP addresses using Python's stdlib(49答案)
8天前关闭
我的主机是10.13.17.18,但我的主机名获得了其他值
import socket
print(socket.gethostname())
print(socket.gethostbyname(socket.gethostname()))
在python中有什么解决方案可以获取主机名吗
1条答案
按热度按时间l7wslrjt1#