如何判断客户是国外的?

How to determine is the customer from outside the country?

我想知道如何在登录前检查客户是否来自国外? 我想根据它显示弹出消息。

您有两个选择:

  • 使用Geolocation API(但他可以拒绝)并解析他的GPS坐标
  • 通过 IP2Location
  • 这样的服务通过他的 IP 地址获取他的位置