📄 13-6.htm
字号:
<html>
<head>
<title>History Properties - 品络科技 pinluo.com</TITLE>
</head>
<body>
<center>
<form>
<input type="button" name="button1" value="显示History属性" onClick="disp()">
</form>
</center>
<Script Language="JavaScript">
function disp()
{
var msg;
msg = "history.length=" + history.length ;
msg += ";history.current=" + history.current ;
msg += ";history.previous=" + history.previous ;
msg += ";history.next=" + history.next ;
alert(msg);
}
</Script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -