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.
我需要通过他们的邮政编码获取所有地址(在门牌号级别) - 考虑过 OpenStreetMap,但还没有找到实现这一目标的方法。他们的 API 可以为我提供邮政编码的功能,但不能提供其中的地址,如何做到这一点?我也对其他网络服务持开放态度。
经过一些研究后,可用于该目的的最佳数据似乎仍将是官方/行政来源提供的数据。
我正在尝试制作一个通用的 JavaScript 函数来获取标签中的条目集合。例如:
有清单
<ul class="collection"> <li>First Entry</li> <li>Second Entry</li> <li>Third Ent