窗口对象的location属性与文档对象的location属性有什么区别吗?
window.location || document.location // That is the question.
答案 0 :(得分:0)
这两个对象是相同的:
console.log(window.location === document.location) // true
它们都引用了Location对象。
答案 1 :(得分:-1)
window.location represent position in current view of page in browser window
和document.location
表示当前显示完整文档/页面的位置
例如在http://www.nationalgeographic.com/至每日新闻部分window
,整页向下滚动至结尾为document