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