简单教程
提交运行
代码编辑器:
<script> function goForward(){ window.history.forward() } </script> <input type="button" value="前进" onclick="goForward()"> <p>注意,点击这里的前进按钮不会导致任何行动,因为历史列表中没有下一个 URL</p>
运行结果: