有时我们需要使用js来控制播放器实现音乐的播放,暂停。或者使用js播放一些音效。 ... var audio = new Audio( "hangge.mp3" );. audio.play(); ...
確定! 回上一頁