History:历史记录
获取:window.history.方法(); window可省略
方法:
back() 加载history列表的前一个url
forward()加载history列表的下一个url
Location:地址栏对象
获取 window.location.方法(); window可省略
属性 href 设置或返回完整的url
例子:location.href="一个网址";
标签:--,JavaScript,url,window,Location,history,History From: https://www.cnblogs.com/mendianyu/p/16823266.html