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

广告详情

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