类型:转载 责任编辑:asp 日期:2007/03/01
为什么history.length显示4而history.current显示undefined?
<script language="javascrit">
function a()
{
alert(history.length);
alert(history.current);
}
</script>
推荐阅读
history.go();
history.forward();
history.back();
history.length
ie上再没有其他的了。