复制代码代码如下: /** * 以下为html5代码,获取地理位置 */ function getLocation() { //检查浏览器是否支持地理位置获取 if (navigator.geolocation) { //若支持地理位置获取,成功调用showPosition(),失败调用showError // alert(“正在努力获取位置…”); var config = { enableHighAccuracy: true, timeout: 5000, maximumAge: 30000