📜  HTML | DOM contains() 方法

📅  最后修改于: 2021-11-03 04:10:01             🧑  作者: Mango

contains()方法用于查找指定节点是否是给定节点的后代。
这个后代可以是孩子、孙子、曾孙子等等。

句法:

node.contains( otherNode ) 

参数:语法中的“othernode”是这个函数需要的参数。

返回值:如果节点是给定节点的后代,则返回真,否则返回假。

例子:



  

    HTML | DOM contains() Method
    
    

  

    
        

            Welcome to GeeksforGeeks

    
        

Social media is not about the          exploitation of technology          but service to community.

    
       

Click the button to find out if the div     element contains a span element.

                    

                       

输出:
在单击检查按钮之前:

单击检查按钮后:

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

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