We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
查看 MaxMind GeoIP 数据库。他们有一个 PHP API。
Have a look at the MaxMind GeoIP database. They have a PHP API.
您可以使用我的服务,即 http://ipinfo.io API 来实现此目的:
假设您需要所有详细信息,您可以使用 PHP 的 json_decode 解析响应:
还支持 JSONP,因此您可以从 javascript 调用 API:
更多详细信息请访问 http ://ipinfo.io/developers
You can use my service, the http://ipinfo.io API for this:
Assuming you want all of the details, you can use PHP's json_decode to parse the response:
JSONP is also supported, so you can call the API from javascript:
More details are available at http://ipinfo.io/developers