HTML DOM Location Port属性返回或设置当前 URL 的端口号。
句法:
- 获取端口属性:
location.port
- 设置端口属性:
location.port = 8080
适当的价值:
返回值:
例子:
GeeksforGeeks
Note: If the port number is default
(80 for http and 443 for https),
most browsers will display 0 or nothing.
输出 :
支持的浏览器:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器