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

广告详情

@@ -280,7 +280,7 @@ @@ -280,7 +280,7 @@
280 }; 280 };
281 281
282 function showPosition(position) { 282 function showPosition(position) {
283 - alert(JSON.parse(JSON.stringify(position))); 283 + alert(JSON.stringify(position));
284 city = position.city; //城市 284 city = position.city; //城市
285 lat = position.lat; //经度 285 lat = position.lat; //经度
286 lng = position.lng; //纬度 286 lng = position.lng; //纬度