HTML DOM Document doctype
描述
doctype
屬性返回文件的 doctype(作為 DocumentType 物件)。
如果文件沒有 doctype,則 doctype
屬性返回 null
。
doctype
屬性是隻讀的。
doctype.name
屬性返回 doctype 的名稱。
另請參閱
語法
document.doctype
返回值
型別 | 描述 |
物件 | 一個 DocumentType 物件。 |
瀏覽器支援
document.doctype
是 DOM Level 1 (1998) 功能。
所有瀏覽器都完全支援。
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 9-11 |