作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

视频详情

... ... @@ -197,8 +197,7 @@
// alert("获取失败");
// }
function success(data) {
alert(JSON.stringify(data.position));
return false;
var position = data.position;
city = position.city; //城市
lat = position.lat; //经度
lng = position.lng; //纬度
... ...