playing sound with google script

前端 未结 3 2056
余生分开走
余生分开走 2020-12-21 11:23

Is there an easy way to incorporate a sound file into a Google Apps Script? I have seen a posting to try the following:

var audio = new Audio(\"alert.ogg\")         


        
3条回答
  •  無奈伤痛
    2020-12-21 12:29

    sure - this works

    
    
      
    
    
      
    
        
      
      
    

    or this simpler version also works

    
      
    
    

提交回复
热议问题