首页 > Windows开发 > 详细

window.History

时间:2015-05-16 00:04:25      阅读:306      评论:0      收藏:0      [点我收藏+]

<!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>

window.History

原文:http://www.cnblogs.com/swust-li/p/4506996.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!