沒有反應,點按鈕一點反應都沒有 已在其它編譯器中試過
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>無標題文檔</title>
<script type="text/javascript">
? ? ? ? function GoForward() {
? ? ? ? ? ? window.history.forward();
? ? ? ? }
</script>
</head>
?
<body>
點擊下面的錨點鏈接,添加歷史列表項:? ??
? ? <br />
? ? <a >第一個錨點</a>
? ? <a name="target1"></a>
? ? <br />
? ? <a href="http://idcbgp.cn">第二個錨點</a>
? ? <a name="target2"></a>
? ? <br /><br />
? ? 使用下面按鈕,實現(xiàn)返回下一個頁面:
? ? <form>
? ? ? ?<input type="button"? value="返回下一個頁面" onclick="GoForward()" />? ? ? ??
? ? </form>
</body>
</html>
2019-01-13
我點了錨點1,然后點擊按鈕沒有反應
2018-07-19
對啊? ?我是直接點了? 我知道了 沒有瀏覽記錄?
2018-07-18
我試了,有用的