摘要: 之前在有关location的使用就一种方式给他的href赋值使页面跳转。今天看项目中的代码看到了一个不一样的用法window.location.href = 'http://' + document.location.host + document.location.pathname + document.location.search;于是去看了下location到底有些什么属性结果是相当的人性呢。 阅读全文
posted @ 2013-06-25 16:35 水草肃 阅读(151) 评论(0) 推荐(0) 编辑