<html>
<head>
</head>
<body>
<bgsound id="bsound">
<button onClick="playonline('aa.mp3' )">试听</button> //打击按钮发声
<script>
function playonline(url){
var obj=document.getElementById("bsound")
obj.src=url
}
</script>
</body>
</html>
js 声音提示
最新推荐文章于 2025-02-19 14:58:57 发布

685

被折叠的 条评论
为什么被折叠?



