Location:hostname 属性

Location 接口的 hostname 属性是包含 URL 域名 的字符串。

字符串。

示例

js
console.log(window.location.hostname);
// developer.mozilla.org