回答編集履歴
1
コード修正
test
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
※エラー文
|
6
6
|
TypeError: Cannot read properties of undefined (reading 'length')
|
7
7
|
|
8
|
+
### que_list.php
|
8
9
|
```ここに言語を入力
|
9
|
-
### que_list.php
|
10
10
|
for (let idx = 0; idx < json.items.length; idx++) {
|
11
11
|
|
12
12
|
let count = 0; //countから変更
|