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.
我想根据我在 php 中输入的邮政编码获取当前时间。
例如,如果我将输入 71020,那么我想要该位置的准确时间。
是否存在任何网络服务,我可以通过将参数发送为邮政编码来拨打电话。
请帮帮我。
谢谢
首先使用可以为您提供邮政编码纬度和经度的服务。有很多,但一个简单的是GeoNames。如果你在 StackOverflow 或 Google 上搜索,你会发现很多其他的。
然后看看可以从纬度和经度解析时区的许多不同方法。