質問編集履歴

2

書式の改造

2021/06/05 13:22

投稿

tamaharu31
tamaharu31

スコア4

test CHANGED
File without changes
test CHANGED
@@ -26,11 +26,15 @@
26
26
 
27
27
 
28
28
 
29
+ Javascriptの該当箇所は
30
+
29
- Javascriptの該当箇所は //IDとtitleを削除するの部分です。
31
+ //IDとtitleを削除するの部分です。
30
-
31
-
32
-
32
+
33
+
34
+
33
- ```itemsの中身
35
+ itemsの中身
36
+
37
+ ```
34
38
 
35
39
  tems: Array(10)
36
40
 

1

文法の修正

2021/06/05 13:22

投稿

tamaharu31
tamaharu31

スコア4

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,64 @@
30
30
 
31
31
 
32
32
 
33
+ ```itemsの中身
34
+
35
+ tems: Array(10)
36
+
37
+  0:
38
+
39
+  accessInfo: Object
40
+
41
+  etag: "q1pOLjF+ueM"
42
+
43
+  id: "peklNwAACAAJ"
44
+
45
+  kind: "books#volume"
46
+
47
+  saleInfo: Object
48
+
49
+  searchInfo: Object
50
+
51
+  selfLink: "https://www.googleapis.com/books/v1/volumes/peklNwAACAAJ"
52
+
53
+  volumeInfo: Object
54
+
55
+   allowAnonLogging: (...)
56
+
57
+   authors: (...)canonicalVolumeLink: (...)
58
+
59
+   contentVersion: (...)
60
+
61
+   description: (...)
62
+
63
+   industryIdentifiers: (...)
64
+
65
+   infoLink: (...)
66
+
67
+   language: (...)
68
+
69
+   maturityRating: (...)
70
+
71
+   pageCount: (...)
72
+
73
+   previewLink: (...)
74
+
75
+   printType: (...)
76
+
77
+   publishedDate: (...)
78
+
79
+   readingModes: (...)
80
+
81
+   title: "、○○○○"
82
+
83
+ ```
84
+
85
+
86
+
87
+ firebaseの画面
88
+
89
+ https://gyazo.com/9175a548479d93567ca6e419d1cc7941
90
+
33
91
 
34
92
 
35
93