-1
我試圖寫一個if/else語句在JavaScript中播放mp3音頻文件,當條件爲真時。我只想讓它在沒有像我在這裏看到的其他代碼那樣的按鈕的情況下開始播放。 這是我到目前爲止的一個例子。Javascript if/else語句播放MP3音頻文件
var name = function(code) {
if('Hi.'){
console.log("Hello.");}
//This is where I want to add an audio file
else if('Good morning.'){
console.log("How are you today?");}
//This is also where I want to add a file