은승우

Update app.js

Showing 1 changed file with 1 additions and 0 deletions
......@@ -229,6 +229,7 @@ function handleEvent(event) {
}
})
console.log(songs);
var resultm='';
for(var i=0;i<songList.length;i++){
if(songs[i].singer!=''){
......