Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在python中找到客户端的IP地址?
一般来说,你不能。如果某人有另一台计算机代表他们的计算机发出请求,那么您只会获得有关您从中接收连接的计算机的网络信息。
HTTP 代理可能会添加 X-Forwarded-For 标头。