zoukankan
html css js c++ java
location对象的方法
location.assign()
跟href一样,可以跳转页面(也称为重定向页面)。
location.replace()
替换当前页面,因为不记录历史,所以不能后退页面。
location.reload()
重新加载页面,相当于刷新按钮或者F5,如果参数为true,强制刷新ctrl+F5。
查看全文
相关阅读:
Codeforces Round #456 (Div. 2)
Codeforces Round #455 (Div. 2)
Codeforces Round #453 (Div. 1)
Codeforces Round #450 (Div. 2)
退役了
退役了
这个博客不想要了
Hello!The familiar and strange world.
真正的退役了。
bzoj4231: 回忆树
原文地址:https://www.cnblogs.com/guwufeiyang/p/12991919.html
最新文章
点分治是否容斥
Codeforces Round #586 (Div. 1 + Div. 2) D.Alex and Julian 简单证明
HDU-6704 K-th occurrence (后缀自动机father树上倍增建权值线段树合并)
2019/8/24-8/25 计划
Mongo亿级数据量性能测试
leetcode1681
剑指offer54
剑指offer38字符串的排列
剑指offer40数组最小的k个数
leetcode154
热门文章
leetcode34
leetcode33
华为HC2020大会观后感
leetcode628
DP 题集 2
DP 题集 1
关于 DP 的一些题目
关于 bitset 的一些题目
Educational Codeforces Round 38 部分题解
Good Bye 2017 部分题解
Copyright © 2011-2022 走看看