使用audio标签后台进行播放 通过audio标签里包一个source标签后台就可以进行播放 <audio> <source src="url" type="audio/mpeg" /> </audio>