質問編集履歴
1
誤字の修正
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
|
```
|