We use the HTML <audio> tag along with the <source> tag to add the audio player. For example, <audio controls> <source src="audio.mp3" type="audio/mp3"> ...
確定! 回上一頁