摘要: 想获取位置并赋值给变量 uni.getLocation({ type: 'wgs84', success: (res)=> { console.log('当前位置的经度:' + res.longitude); console.log('当前位置的纬度:' + res.latitude); this. 阅读全文
posted @ 2021-10-19 23:22 泫然 阅读(907) 评论(1) 推荐(0) 编辑