doucument物件的屬性和方法有:body、cookie、domain、lastModified、referrer、title、close()、open()、write()、getElementById()、normalize()等等。
本教學操作環境:windows7系統、javascript1.8.5版、Dell G3電腦。
Document 物件
每個載入瀏覽器的 HTML 文件都會成為 Document 物件。
Document 物件可讓我們從腳本中對 HTML 頁面中的所有元素進行存取。
提示:Document 物件是 Window 物件的一部分,可透過 window.document 屬性對其進行存取。
Document 物件屬性與方法
HTML文件中可以使用下列屬性與方法:
描述 | |
---|---|
#傳回目前取得焦點元素 | |
新增句柄 | ##document.adoptNode(node) |
document.anchors | |
document.applets | |
傳回對文件中所有 Applet 物件的參考。 |
注意: HTML5 已不支援 |
document.baseURI | 返回文檔的絕對基礎URI |
document.body | ##傳回文檔的body元素|
關閉以document.open() 方法開啟的輸出流,並顯示選定的資料。 | |
設定或傳回與目前文件相關的所有 cookie。 | |
建立一個屬性節點 | |
createComment() 方法可建立註解節點。 | |
#建立空的 DocumentFragment 對象,並傳回此物件。 | |
建立元素節點。 | |
建立文字節點。 | |
#傳回與文件相關的文件類型宣告 (DTD)。 | |
傳回文件的根節點 | |
#回傳用於透過瀏覽器渲染文件的模式 | |
設定或傳回文件的位置 | ##document.domain |
document.domConfig | |
#已廢棄 | 。 傳回 normalizeDocument() 被呼叫時所使用的配置。 | document.embeds
##document.forms | |
document.getElementsByClassName() | |
document.getElementById() | |
document.getElementsByName() | |
document.getElementsByTagName() | |
document.images | |
document.implementation | |
document.importNode() | |
document.inputEncoding | |
document.lastModified | |
document.links | |
document.normalize() | |
document.normalizeDocument() | |
document.open() | |
document.querySelector() | |
document. querySelectorAll() | |
#document.readyState | |
document.referrer | |
document.removeEventListener() | |
# document.renameNode() | |
document.scripts | |
document.strictErrorChecking | |
document.title | |
document.URL | |
document.write() | |
document.writeln() | |
【相關推薦: |
以上是javascript中doucument物件的屬性和方法有哪些的詳細內容。更多資訊請關注PHP中文網其他相關文章!