值
字串。
示例
js
// An <area id="myArea" href="https://mdn.club.tw/en-US/HTMLAreaElement"> element is in the document
const area = document.getElementById("myArea");
area.href; // returns 'https://mdn.club.tw/en-US/HTMLAreaElement'
規範
| 規範 |
|---|
| HTML # dom-hyperlink-href-dev |
瀏覽器相容性
載入中…
另見
- 它所屬的
HTMLAreaElement介面。