window.History

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>History对象</title>
</head>
<script type="text/javascript">
var HL = window.history.length//back(),forward(),go();
document.write(HL);
</script>
<body>
</body>
</html>

posted @ 2015-05-15 22:50  swust_li  阅读(148)  评论(0编辑  收藏  举报