值
一個字串,必須是有效的 MIME 型別字串。
示例
html
<link
id="el"
rel="apple-touch-icon"
sizes="114x114"
href="apple-icon-114.png"
type="image/png" />
js
const el = document.getElementById("el");
console.log(el.type); // Output: "image/png"
規範
| 規範 |
|---|
| HTML # dom-link-type |
瀏覽器相容性
載入中…