質問編集履歴

2

コード修正

2019/07/11 06:47

投稿

lingwood
lingwood

スコア40

test CHANGED
File without changes
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
  for(i=0; i < arr.length; i++) {
58
58
 
59
- $("#random").append('<div>' + arr[i] + '</div>');
59
+ $("#random").append('<li>' + arr[i] + '</li>');
60
60
 
61
61
  }
62
62
 
@@ -138,7 +138,7 @@
138
138
 
139
139
  for(i=0; i < arr.length; i++) {
140
140
 
141
- $("#random").append('<div>' + arr[i] + '</div>');
141
+ $("#random").append('<li>' + arr[i] + '</li>');
142
142
 
143
143
  }
144
144
 

1

タグ修正しました。

2019/07/11 06:47

投稿

lingwood
lingwood

スコア40

test CHANGED
File without changes
test CHANGED
File without changes