标签: python-3.x sockets
import socket a= socket.getfqdn() b= socket.gethostbyname(a) print(b)
如果我在任何网站上运行此代码,我会在该服务器上获取我的IP,但即使我在网站上运行它也可以将其显示为公共IP吗?