<script type="text/javascript">$(function(){
$("#btnopendata").click(function(){
$(".tan").css('display','block');
});
$("#AcceptMoneyBtn").click(function(){ var newLeft = ( $(window).width() - $("#message").width() ) / 2 /2 +15;
$("#message").css({'left': newLeft });
$("#message").css('display','block');
});
});</script>上面代碼是點(diǎn)擊按鈕后所執(zhí)行的,如何讓他執(zhí)行完后播放一次mp3文件呢~~~
新手問下關(guān)于js播放mp3文件的問題!
函數(shù)式編程
2018-10-08 21:26:50