值
字符串。
示例
js
// An <a id="myAnchor" href="https://mdn.org.cn/en-US/HTMLAnchorElement"> element is in the document
const anchor = document.getElementById("myAnchor");
anchor.href; // returns 'https://mdn.org.cn/en-US/HTMLAnchorElement'
规范
| 规范 |
|---|
| HTML # dom-hyperlink-href-dev |
浏览器兼容性
加载中…
另见
- 它所属的
HTMLAnchorElement接口。