Within your audio tag: src="file:///C:/.../file.mp3". or you could use a Blob using the file API. HTML: <input type="file"></input>. JS: audio.src = URL.
確定! 回上一頁