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.
我正在使用 AJAX 从数据库中更新表。桌子很棒,那是我原来的样子。但现在我需要从该数据库中获取更多信息。我想收集纬度和经度值并将它们绘制在地图上。我还想根据表格中的内容限制选择选项。我想过在本地复制查询,但真是浪费。最好的方法是如何做到这一点?谢谢。
ajax制作表
如果您将latitute和longitude值存储在数据库中,则可以执行此操作。
latitute
longitude
title
要了解图像映射:请参阅this和this。
要了解 CSS:请参阅此.