📜  HTML | DOM 源对象

📅  最后修改于: 2021-11-08 05:27:51             🧑  作者: Mango

HTML 中的Source 对象代表一个 HTML 元素。可以使用getElementById()访问元素,可以使用document.createElement()方法创建元素。

源对象的属性:

  • media:返回元素中媒体属性的值。
  • src:返回元素中 src 属性的值。
  • type:返回元素中 type 属性的值。

示例 1:访问源对象



  

    
  
  
  
        
            

GeeksforGeeks

            

HTML DOM Source Object

            

An example of accessing a source element

                               

Click the button to get the                location of the audio file.

                               

                              

输出:

示例 2:创建源对象。



  

    
  
    
  
        
            

GeeksforGeeks

            

HTML DOM Source Object

                         

An example of creating a source element           

                         

Click the button to create the source element.           

                            
               

                                              

输出:

支持的浏览器:

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