js获取地理位置
直接上代码:
if(navigator.geolocation) { navigator.geolocation.getCurrentPosition( function (position) { var longitude = position.coords.longitude; var latitude = position.coords.latitude; console.log(longitude) console.log(latitude) }, function (e) { var msg = e.code; var dd = e.message; console.log(msg) console.log(dd) } ) }
效果如下:
本文来自博客园,作者:沉迷编程的程序员,转载请注明原文链接:https://www.cnblogs.com/codeDevotee/p/9041632.html
欢迎各位找我代写程序,python、c#、web等都可以,加我请注明博客园微信:A15919195482