質問編集履歴

1

誤字の修正

2020/11/03 17:56

投稿

seaORCA
seaORCA

スコア5

test CHANGED
File without changes
test CHANGED
@@ -29,6 +29,10 @@
29
29
 
30
30
 
31
31
  //getvalue = "xxx"
32
+
33
+
34
+
35
+ outdb.collection('Class_Data').where("username", "==",us_subject).where("Class", "==" ,getvalue).orderBy("page").get().then((query) => {
32
36
 
33
37
  query.forEach((doc) => {
34
38
 
@@ -182,4 +186,8 @@
182
186
 
183
187
  });//foreachの終了
184
188
 
189
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
190
+
191
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192
+
185
193
  ```