我的代碼:<script type="text/javascript" src="jquery-1.9.1.js"></script><script>$(function(){$('#b5').click(function(){alert('ok');$("#player").Stop();})$('#b6').click(function(){alert('暫停');$("#player").onpause();})})</script></head><body><EMBED id="player" src="m1.mp3" hidden=no style="scrollbar-3dlight-color:#000"> </EMBED><input type="button" value="播放" id="b5"/><input type="button" value="暫停" id="b6"/></body></html>不管用?
請問我該怎么用jquery控制embed的播放和暫停?
幕布斯7119047
2022-05-19 15:15:39