📜  HTML | DOM 输入 URL maxLength 属性

📅  最后修改于: 2021-11-08 06:07:41             🧑  作者: Mango

HTML DOM 中的DOM Input URL maxLength 属性用于设置返回URL 输入字段的 maxlength 属性的值。它指定 URL 字段中允许的最大字符数。 Input search maxLength 属性的默认值为 524288。

句法:

  • 它返回 Input url maxLength 属性。
    urlObject.maxLength
  • 它用于设置 Input url maxLength 属性。
    urlObject.maxLength = number

    属性值:它包含单个值编号,用于指定搜索 maxlength 字段中允许的最大字符数。

    返回值:它返回一个数值,表示 URL maxlength 字段中允许的最大字符数。

    示例 1:此示例说明如何返回Input URL maxLength 属性。

    
    
      
    
        
            DOM Input URL maxLength Property
        
    
      
    
        
            

                      GeeksForGeeks              

               

              DOM Input URL maxLength Property       

                                               
                
                                   

              

                        
      

    输出:
    点击按钮前:

    点击按钮后:

    示例 2:此示例说明如何设置属性。

    
    
      
    
        
            DOM Input URL maxLength Property
        
    
      
    
        
            

                      GeeksForGeeks              

               

              DOM Input URL maxLength Property       

                                               
                
                                   

          

                        
      

    输出:
    点击按钮前:

    点击按钮后:

    支持的浏览器: DOM input URL maxLength 属性支持的浏览器如下:

    • 谷歌浏览器
    • 浏览器 10.0 +
    • 火狐
    • 歌剧
    • 苹果浏览器