The HTML5 audio element is a standard way to embed audio content in Web applications ... In HTML: <body> <audio id='audio' src='yourAudioURI' loop controls> ...
確定! 回上一頁