¼Ò½º <bgsound id="sound1"> <bgsound id="sound2"> <script> function play(){ sound1.src=source.value sound2.src=source.value } function stop(){ sound1.src="" sound2.src="" } </script> <center> <br> <input id="source" type="file" size=50><br> <input onclick="play()" value="»ç¿îµåÀç»ý" type="button"><input onclick="stop();stoptimer();" value="Á¤Áö" type="button"> ¡¡