对以下代码片段的准确描述是() wx.getLocation({ type: 'gcj02', //返回可以用于wx.openLocation的经纬度 success (res) { const latitude = res.latitude const longitude = res.longitude wx.openLocation({ latitude, longitude, scale: 18 }) } })


对以下代码片段的准确描述是() wx.getLocation({ type: 'gcj02', //返回可以用于wx.openLocation的经纬度 success (res) { const latitude = res.latitude const longitude = res.longitude wx.openLocation({ latitude, longitude, scale: 18 }) } })

A.获取位置

B.打开位置

C.获取打开的位置

D.打开获取的位置

正确答案:D


Tag:微信小程序开发 位置 经纬度 时间:2021-03-21 15:46:00