在HTML中,我們可以使用
下面是一些示例代碼,可以用于將按鈕設置為返回功能:
<!DOCTYPE html>
<html>
<head>
<title>Button Return</title>
</head>
<body>
<p>這是一個能夠返回上一頁的按鈕:</p>
<button onclick="history.go(-1);">返回</button>
</body>
</html>
在上面的代碼中,我們使用了JavaScript的history對象,其中的go()方法,來執行返回功能。history.go(-1)表示退回到前一頁,而如果我們想要返回到更前面的頁,則可以使用history.go(-2)、-3 以此類推。
除了使用JavaScript代碼,我們也可以借助標簽來實現返回的功能。比如:
<!DOCTYPE html>
<html>
<head>
<title>Button Return</title>
</head>
<body>
<p>這是一個能夠返回上一頁的按鈕:</p>
<a href="javascript:history.go(-1);"><button>返回</button></a>
</body>
</html>
在這個代碼中,我們使用了標簽包裹