摘要: 概述 浏览器窗口有一个history对象,用来保存浏览历史。 如果当前窗口先后访问了三个网址,那么history对象就包括三项,history.length属性等于3。 history.length // 3 history对象提供了一系列方法,允许在浏览历史之间移动。 back():移动到上一个访 阅读全文
posted @ 2019-05-21 11:28 Alitar 阅读(8308) 评论(1) 推荐(1)
摘要: https://www.cnblogs.com/mrzll/p/10283272.html http://www.cnblogs.com/starof/p/4933907.html 阅读全文
posted @ 2019-05-21 09:05 Alitar 阅读(173) 评论(0) 推荐(0)