📜  HTML | DOM hasAttributes() 方法

📅  最后修改于: 2021-10-29 03:40:56             🧑  作者: Mango

DOM hasAttribute()方法是一个布尔函数,它返回 true 或 false 但不能同时返回两者。如果元素包含属性,则此方法返回 true 值,否则返回 false。了解文档中的元素是否具有属性非常有用。

句法:

node.hasAttributes()

参数:它不包含任何参数。

返回值:如果元素包含属性则返回true,否则返回false。

示例 1:

 
 
     
        
            DOM hasAttributes() Method
         
     
      
     
        
              

                  GeeksForGeeks              

                             

DOM hasAttributes() Method

                                 

Click on the button to check if that body              element has any attributes

                                                                                     

        
                                        

输出:
在点击按钮之前:

点击按钮后:

示例 2:

 
 
     
        
            DOM hasAttributes() Method
         
     
      
     
        
              

                  GeeksForGeeks              

                             

DOM hasAttributes() Method

                           

Click on the button to check if that             head element has any attributes

                                                                    

        
                            

输出:
在点击按钮之前:

点击按钮后:

支持的浏览器: DOM hasAttributes() 方法支持的浏览器如下:

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