.where()中的值能是变量吗?
发布于 6 年前 作者 li49 13891 次浏览 来自 问答

 db.collection('c')

    .where({

      username:this.data.username

    })

回到顶部