云函数.批量操做数据库

云函数 const db=cloud.database();web // 云函数入口函数 exports.main = async (event, context) => { try{ return await db.collection(‘user’).where({ name: “wangjuan” }).remove(); }catch(e){ console.log(e) }async }
相关文章
相关标签/搜索