回答編集履歴
1
書式改善
test
CHANGED
@@ -2,10 +2,18 @@
|
|
2
2
|
|
3
3
|
1: 返ってくるfavoriteが期待している値か
|
4
4
|
|
5
|
+
```
|
6
|
+
|
5
7
|
console.log(json.favorite)
|
8
|
+
|
9
|
+
```
|
6
10
|
|
7
11
|
|
8
12
|
|
9
13
|
2: DOMが取れているか
|
10
14
|
|
15
|
+
```
|
16
|
+
|
11
17
|
console.dir($(`#post_${json.post}`))
|
18
|
+
|
19
|
+
```
|