history.html
来自「js的源码 初学js的一些小例子」· HTML 代码 · 共 10 行
HTML
10 行
<html>
<form>
<a href="#" onClick="window.history.back()">上一页</a><p>
<a href="#" onClick="window.history.forward()">下一页</a><p>
第几页<input type="text" name="pageIndex"><p>
<input type="button" value="跳转" onclick="window.history.go(this.form.pageIndex.value)">
<form>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?