有关window.location 对象时间:2023-03-09 22:08:25 之前在有关location的使用就一种方式给他的href赋值使页面跳转。今天看项目中的代码看到了一个不一样的用法 window.location.href = 'http://' + document.location.host + document.location.pathname + document.location.search; 于是去看了下location到底有些什么属性结果是相当的人性呢。