您的位置:首页 > 移动开发 > 微信开发

记录:微信小程序云开发模糊查询

2019-07-04 09:12 966 查看
db.collection("集合名").where({
列名:db.RegExp({
//正则
regexp:输入的数据,
options:"i"     //忽略大小写
})
}).get().then(res => {
console.log(res.data);
}).catch(err => {
console.log(err);
})
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: