Location port 屬性
Location 對(duì)象定義和用法
port 屬性是一個(gè)可讀可寫的字符串,可設(shè)置或返回當(dāng)前 URL 的端口部分。
注意:如果端口號(hào)就是80(這是默認(rèn)的端口號(hào)),無(wú)需指定。
語(yǔ)法
location.port
瀏覽器支持
所有主要瀏覽器都支持 port 屬性
實(shí)例
實(shí)例
返回當(dāng)前URL的端口號(hào):
<script>
document.write(location.port);
</script>
document.write(location.port);
</script>
以上實(shí)例輸出結(jié)果:
document.write(location.port);
嘗試一下 ?
Location 對(duì)象
更多建議: