📜  HTML | DOM 对象名称 属性

📅  最后修改于: 2021-11-07 07:57:46             🧑  作者: Mango

HTML | DOM Object name 属性用于设置返回 元素的 name 属性的值。 name 属性用于指定嵌入文件的名称。
句法:

  • 它返回 name 属性
objObject.name
  • 它用于设置名称属性。
objObject.name = name

属性值:它包含用于指定嵌入文件名称的值,即名称。
返回值:它返回一个表示 元素名称的字符串值。
示例 1:此示例返回名称属性。

html


 

    
                        

          DOM Object name Property       

         

          Click the button to get           the name of the embedded file.       

                       

      

      
        


html


 

    
                        

          DOM Object name Property       

         

          Click the button to change           the name of the embedded file.       

                       

      

      
        


输出:
点击按钮前:

点击按钮后:

示例 2:此示例设置名称属性。

html



 

    
                        

          DOM Object name Property       

         

          Click the button to change           the name of the embedded file.       

                       

      

      
        

输出:
点击按钮前:

点击按钮后:

支持的浏览器:

  • 谷歌浏览器
  • 火狐浏览器
  • 边缘
  • 歌剧
  • 苹果浏览器