5.2 location/history/navigator/scree对象
本节简介:本节课着重介绍location/history/navigator/scree对象的属性和方法。
本节课同学们做的笔记 点击播放按钮可自动定位到对应时间进行播放
分辨mobile true or false的代码段
settimeout(function(){location.reload();},1000) 每一秒刷新一次当前页面窗口文档; settimeout(function(){location.reload();},1000) document.write(new date()) 每一秒刷新当前页面窗口的时间。
navigator对象属性:useragent 返回有客户机发送服务器的user-agent头部的值。
location.herf (跳转);location.reload(重载页面)
alert(history.length);//历史纪录的长度
settimeout(function(){ location.reload()//刷新 },2000) document.write(new date())
assign()加载新的文档; reload()重新加载当前文档;replace()用新的文档替换当前文档
settimeout(function(){},秒数)
javasctipt:history.back();向后javacript:history.forward();向前;javascript:history.go()直接返回指定页面
location负责跳转,操作地址栏的。reload()刷新;href()跳转