📜  HTML | DOM 位置端口属性

📅  最后修改于: 2021-10-31 05:38:14             🧑  作者: Mango

HTML DOM Location Port属性返回或设置当前 URL 的端口号。

句法:

  • 获取端口属性:
    location.port
  • 设置端口属性:
    location.port = 8080

适当的价值:

  • 一个字符串,被分配为端口

    返回值:

  • 一个字符串,表示 URL 的端口号。

    例子:

    
    
      
    
        

    GeeksforGeeks

        

             

    Note: If the port number is default        (80 for http and 443 for https),       most browsers will display 0 or nothing.     

                

    输出 :

    支持的浏览器:

    • 谷歌浏览器
    • IE浏览器
    • 火狐
    • 歌剧
    • 苹果浏览器