port屬性設(shè)置或返回URL的端口。
注意:如果未在URL中指定端口號或它是方案的默認端口(例如80或443),則port屬性將返回一個空字符串。
返回端口屬性:
location.port
設(shè)置端口屬性:
location.port = port
document.write("The port number is: " + location.port);測試看看?/?
所有瀏覽器完全支持port屬性:
屬性 | ![]() | ![]() | ![]() | ![]() | ![]() |
port | 是 | 是 | 是 | 是 | 是 |
值 | 描述 |
---|---|
port | 字符串,指定URL的端口號 |
返回值: | 一個字符串,表示URL的端口號 |
---|
位置參考:location.href屬性
位置參考:location.host屬性
位置參考:location.origin屬性
位置參考:location.protocol屬性