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