Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -234,6 +234,7 @@ function handleEvent(event) { | ... | @@ -234,6 +234,7 @@ function handleEvent(event) { |
234 | for(var i=0;i<songList.length;i++){ | 234 | for(var i=0;i<songList.length;i++){ |
235 | if(songs[i].singer!=''){ | 235 | if(songs[i].singer!=''){ |
236 | resultm+=songs[i].singer+", "+songs[i].song+"\n"; | 236 | resultm+=songs[i].singer+", "+songs[i].song+"\n"; |
237 | + console.log(resultm); | ||
237 | } | 238 | } |
238 | } | 239 | } |
239 | console.log(resultm); | 240 | console.log(resultm); | ... | ... |
-
Please register or login to post a comment