質問編集履歴
1
誤字があったため
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -10,7 +10,7 @@ 
     | 
|
| 
       10 
10 
     | 
    
         | 
| 
       11 
11 
     | 
    
         
             
            		function PlaySound() {
         
     | 
| 
       12 
12 
     | 
    
         
             
            			audioElem = new Audio();
         
     | 
| 
       13 
     | 
    
         
            -
            			audioElem.src = " 
     | 
| 
      
 13 
     | 
    
         
            +
            			audioElem.src = "song/sound1.MP3";
         
     | 
| 
       14 
14 
     | 
    
         
             
            			audioElem.play();
         
     | 
| 
       15 
15 
     | 
    
         
             
            		}
         
     | 
| 
       16 
16 
     | 
    
         
             
            		function StopSound(){
         
     | 
| 
         @@ -18,7 +18,7 @@ 
     | 
|
| 
       18 
18 
     | 
    
         
             
            		}
         
     | 
| 
       19 
19 
     | 
    
         
             
            		function PlaySound2() {
         
     | 
| 
       20 
20 
     | 
    
         
             
            			audioElem2 = new Audio();
         
     | 
| 
       21 
     | 
    
         
            -
            			audioElem2.src = " 
     | 
| 
      
 21 
     | 
    
         
            +
            			audioElem2.src = "song/sound2.MP3";
         
     | 
| 
       22 
22 
     | 
    
         
             
            			audioElem2.play();
         
     | 
| 
       23 
23 
     | 
    
         
             
            		}
         
     | 
| 
       24 
24 
     | 
    
         
             
            		function StopSound2(){
         
     |