Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
은승우
2019-12-05 22:10:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
84ac6338485811966bfc1ab71695c25b832b6182
84ac6338
1 parent
034c22a8
Update app.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
84ac633
...
...
@@ -231,7 +231,7 @@ function handleEvent(event) {
})
console
.
log
(
songs
);
var
resultm
=
''
;
for
(
var
i
=
0
;
i
<
song
List
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
song
s
.
length
;
i
++
){
if
(
songs
[
i
].
singer
!=
''
){
resultm
+=
songs
[
i
].
singer
+
", "
+
songs
[
i
].
song
+
"\n"
;
console
.
log
(
resultm
);
...
...
Please
register
or
login
to post a comment