javascript -window與document 待整理

  window對象和document對象的區別 一般來講,一個window裏就是一個document,但是,iframe裏面也可以裝個document,在iframe裏面就有區別了 alert(document.location === window.location);  // true     不要混淆Window對象的location屬性和Document對象的location屬性。前者引
相關文章
相關標籤/搜索