发送反馈
在 HelloREST.html 页面中调用 getMapsList()方法,即设置名为 Test 的按钮的 onclick 属性为"getMapsList()",如下所示: <input type="button" value="Test" onclick="getMapsList()" /></input>
启动 iServer 服务(参见服务管理),用 IE 打开 HelloREST.html,点击 Test 按钮,即可得到服务器上的地图列表,如下所示:
第一步 建立 HTML 页面
第二步 引入要使用的 JavaScript 文件
第三步 添加 JavaScript 代码