history物件
length:歷史記錄的數量
history.go(-1) 後退
history.go(1) 前進一步
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>php.cn</title> </head> <body > <a href="http://www.php.cn">php中文网</a> <input type="button" value="前进一步" onclick="history.go(1)"> </body> </html>#########下一節