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.
如何在 TypeScript 中获取用户计算机的 IP 地址?
假设这个 JavaScript/TypeScript 在浏览器中运行:
JavaScript 和 TypeScript 都不会直接允许这样做:就你所知,用户可能已经离线,他在 NAT 后面,等等。
向您的服务器发出 AJAX 请求并让后端确定 IP。