Location: port
JS 取得網址當前端口使用的 port ,可以使用 location 中的 port, 用法如下 :
範例 Example
假設當前網址為:
https://www.seanacnet.com:80/js/location-port.html?id=111&t=9#template
使用範例:
let s = location.port;
console.log(s)
<code>// 輸出 : 80<span style="background-color: inherit; font-size: inherit;"></span></code>
相容性
要查看 location.port 在各個瀏覽器的相容性,請點擊以下連結:
結語
如果你還想進一步了解 JS 取 URL 的其他參數,可前往這邊查詢
1 則自動引用通知