//后退:<input type="button" value="后退" onclick="javascript:history.go(-1);">//前进:<input type="button" value="前进" onclick="javascript:history.go(1);">