文章目录:
html5 新特性
获取地理位置:
原理:包含GPS硬件的设备上,通过GPS单元可以获取精确的位置信息。如果没有,通过web IP地址分析属于那个城市那个位置。
函数举例:
navigator.geolocation.getCurrentPosition(function(pos){ console.log(pos); })
历史管理记录:
跨域消息传递:
客户端多线程:
web workers
时间: 2024-11-17 11:08:44
文章目录:
html5 新特性
原理:包含GPS硬件的设备上,通过GPS单元可以获取精确的位置信息。如果没有,通过web IP地址分析属于那个城市那个位置。
函数举例:
navigator.geolocation.getCurrentPosition(function(pos){ console.log(pos); })
web workers