javascript -window与document 待整理

  window对象和document对象的区别 一般来讲,一个window里就是一个document,但是,iframe里面也可以装个document,在iframe里面就有区别了 alert(document.location === window.location);  // true     不要混淆Window对象的location属性和Document对象的location属性。前者引
相关文章
相关标签/搜索