Location: protocol 属性
protocol
是 Location
接口的一个属性,它是一个字符串,表示 URL 的协议方案,包括最后的 ':'
。
值
字符串。
示例
js
// Let's an <a id="myAnchor" href="https://mdn.org.cn/en-US/Location.protocol"> element be in the document
const anchor = document.getElementById("myAnchor");
const result = anchor.protocol; // Returns:'https:'
规范
规范 |
---|
HTML 标准 # dom-location-protocol-dev |
浏览器兼容性
BCD 表格仅在浏览器中加载