如何使用地理编码获取国家/地区名称?
我想使用地理编码来获取加载网站的当前国家/地区名称。
我必须在会话中存储国家/地区名称。还有一个 JavaScript 来查找国家/地区名称,但我使用了 jsp 页面,因此它不允许在 JSP 会话中存储 JavaScript 变量。在地理编码中存在 GClientGeocoder() 类。但如何从中获取地址呢?
I want to use geocode to get current country name where the site is loaded.
I have to store country name in session. Also have a JavaScript to find out country name but I used jsp pages so it won't allow to store JavaScript variable in JSP session. In geocode GClientGeocoder() class is there. But how to get address from it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 jsp 中使用了 java 的 Locale 类,而不是地理编码,它给出了默认国家/地区。
Instead of geocode I used Locale class of java in jsp which gives default country.
你使用这个库。
Java IP (InetAddress) 定位器
http://sourceforge.jp/projects/sfnet_javainetlocator/
You use this lib.
Java IP (InetAddress) Locator
http://sourceforge.jp/projects/sfnet_javainetlocator/