jquery播放mp3

$("button").on("click",function(){

     $('embed').remove();
           $('body').append('<embed src="../../../sound/hit.mp3" autostart="true" hidden="true" loop="false">');

})

原文地址:https://www.cnblogs.com/500m/p/11283867.html