zoukankan
html css js c++ java
history对象
window对象给我们提供了一个history对象,与浏览器历史记录进行交互。该对象包含用户(在浏览器窗口中)访问过的URL。
history.back(): 可以后退功能。
history.
forward():前进功能。
go(参数):前进后退功能,参数如果是1,前进一个页面。如果是-1,后退一个页面。
查看全文
相关阅读:
How do I change a .txt file to a .c file?
[CQOI2007]余数求和
CSP-J总结&题解
【CSP游记S】
[LuoguP1462]通往奥格瑞玛的道路
归并排序——逆序对
[NOIP 2011]选择客栈
[二分图初步]【模板】二分图匹配,匈牙利算法
[NOIP 2018]旅行
黑魔法师之门 (magician)-并查集
原文地址:https://www.cnblogs.com/guwufeiyang/p/12992028.html
最新文章
HDU 1241 Oil Deposits
开发语言 符号 英文翻译
Transact-SQL 数据类型转换
提交表单时的等待(loading)效果
Duplicate headers received from server
String Format for DateTime [C#]
Resizable 2th click not working
Resizable and dragable pugin.
Login failed for user 'NT AUTHORITYANONYMOUS LOGON
object- c 字符串操作
热门文章
在ios中解析json数据
Chapter2 Introducing C
Chapter1 Preliminaries
Chapter1 Getting Started with C++
C语言经典源代码
ASCII码表
C语言常见错误翻译
C语言英文单词
Java英语单词大全
Chapter1 Getting Ready
Copyright © 2011-2022 走看看