⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 13-6.htm

📁 这是一些关于JavaScript的学习资料 希望对大家有用
💻 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 + -