搜索资源列表
test.html
- 开始学习 Google 地图 API 最简单的方式是看一个简单的示例。下面的网页显示以北京的故宫博物院为中心的 500x300 的地图-How you use your key depends on what Maps API product or service you use. Your key is valid for use within the entire family of Google Maps API solutions. The following examples show
google-Map-API
- Javascr ipt语言编写的HTML文档,可以实现对google地图的调用并添加标注点等。-Javascr ipt language HTML document, you can call the google map and add a callout point in it.
ajaxJsonDemo02
- AJAX = Asynchronous Javascr ipt and XML(异步的 Javascr ipt 和 XML)。AJAX 不是新的编程语言,而是一种使用现有标准的新方法。 AJAX 是与服务器交换数据并更新部分网页的艺术,在不重新加载整个页面的情况下。有很多使用 AJAX 的应用程序案例:新浪微博、Google 地图、开心网等等。 传统的开发模式:用户的每一次操作都触发一次返回服务器的HTTP请求,服务器做出处理后,返回一个html页面给用户。(AJAX is not a ne