2022年3月15日
摘要: 1. 单字段模糊查询 const res = await db.collection("table").limit(query.limit = 10).where({ name:{ $regx:'.*'+query.name, $options:'i' } }).skip(((query.page 阅读全文
posted @ 2022-03-15 11:18 12day 阅读(206) 评论(0) 推荐(0)