Closed. This question needs to be more focused。它当前不接受答案。












想要改善这个问题吗?更新问题,使它仅关注editing this post的一个问题。

已关闭6年。



Improve this question




我刚刚对我的网站进行了一些更改,它将显示不同大陆的不同问候语,我已经使用Google的API来获取用户的位置
region = google.loader.ClientLocation.address.region;
country = google.loader.ClientLocation.address.country;
countrycode = google.loader.ClientLocation.address.country_code;

但是现在我想测试一下,因此有什么方法可以使用另一个大陆或国家/地区的IP或任何其他解决方案来访问我的网站。

最佳答案

您可以使用在线代理服务,该服务位于您要测试的国家/地区。可以在http://proxy.org/上找到免费的在线代理列表。

关于javascript - 我的网站在其他国家/地区的外观如何,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2244753/

10-11 05:41