<html>
<head>
</head>
<body>
<bgsound id="sound">
<button onClick="play('./wave/pp.wav' )">试听</button>
<script>
function play(url){
var obj=document.getElementById("sound")
obj.src=url
}
</script>
</body>
</html>
<head>
</head>
<body>
<bgsound id="sound">
<button onClick="play('./wave/pp.wav' )">试听</button>
<script>
function play(url){
var obj=document.getElementById("sound")
obj.src=url
}
</script>
</body>
</html>