摘要:
getData(){ db.collection("pro1").get() .then(res=>{ console.log(res) }) }, `res`是一个变量,它被用来存储`db.collection("pro1").get()`这个异步操作的返回结果。 `db.collection(" 阅读全文
posted @ 2024-07-23 10:46
suN(小硕)
阅读(44)
评论(0)
推荐(0)
摘要:
hadoop篇二 阅读全文
posted @ 2024-07-23 10:45
suN(小硕)
阅读(5)
评论(0)
推荐(0)