`
yan578351314
  • 浏览: 163104 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

js 声音提示

    博客分类:
  • js
 
阅读更多
<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>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics