标签:style blog io color os sp div on log
文章目录:
html5 新特性
获取地理位置:
原理:包含GPS硬件的设备上,通过GPS单元可以获取精确的位置信息。如果没有,通过web IP地址分析属于那个城市那个位置。
函数举例:
navigator.geolocation.getCurrentPosition(function(pos){ console.log(pos); })
历史管理记录:
跨域消息传递:
客户端多线程:
web workers
标签:style blog io color os sp div on log
原文地址:http://www.cnblogs.com/canbefree/p/4071237.html