HTML5 audio src write absolute path invalid problem

Holland

Member
<audio id="audioPlay" src="E:/REC201809/20180928/102-83952840-B-13711113385---20180928173500.wav" controls="controls" autoplay="autoplay">Your browser does not support the audio element.</audio>


 
1538207502_133092.png
 
The above code implements the display of the audio plugin, but the src filled with local path always fails to click to play. How can I solve this problem?
 
Back
Top