标签:ssi location 指定 forward history 字符 back for tor
1.window.onload / document.onload
2.history.go(num);
(1)num为参数,num为正表示前进几个页面,类似于history.forward();
(2)num为负表示后退几个页面,history.back();
(3)num为0表示刷新当前页面
3.location.reload();
该方法的功能是重新加载当前页面,意味着刷新
4.location.assign("");
(1)该方法的功能是跳转到指定地址的页面,该方法必须传参
(2)当参数为空字符时,刷新当前页面
标签:ssi location 指定 forward history 字符 back for tor
原文地址:https://www.cnblogs.com/tbs-tbm/p/12864312.html