主题
浏览器对象模型(BOM)
Geolocation.getCurrentPosition() 方法用来获取设备当前位置
Geolocation.getCurrentPosition()
api文档
navigator.geolocation.getCurrentPosition(pos => console.log(pos), pos => console.log('err', pos))
js 获取浏览的版本
navigator.userAgent