位置:端口属性

port 属性是 Location 接口的一个字符串,包含 URL 的端口号。如果 URL 不包含显式端口号,它将被设置为 ''

字符串。

示例

js
// Let's an <a id="myAnchor" href="https://mdn.org.cn:443/en-US/docs/Location.port"> element be in the document
const anchor = document.getElementByID("myAnchor");
const result = anchor.port; // Returns:'443'

规范

规范
HTML 标准
# dom-location-port-dev

浏览器兼容性

BCD 表格仅在启用 JavaScript 的浏览器中加载。