为了账号安全,请及时绑定邮箱和手机立即绑定

H5定位地理位置

H5定位地理位置

梦里花落0921 2019-02-05 23:11:52
if (navigator.geolocation) {    console.log("h5 定位中");    navigator.geolocation.getCurrentPosition(function(position) {        var latitude  = position.coords.latitude;        var longitude = position.coords.longitude;        alert(latitude)        alert(longitude)        alert('h5定位成功;');    }, function(error) {        console.log('h5定失败;');    })}我直接在静态文件中打开为什么不行总是打印定位失败但是在手机上是可以的浏览器也是支持的啊 为什么不能定位
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1060 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信