小程序开发解决代码问题一次30下边这段代码我读取user数据库中账户和密码现在账户判断没有问题但怎么判断账户所对应密码db.collection('user').where({ userName: bindName }).get().then(res => { if (userPassword=== bindPassword) {
2019-09-27 04:09:08
更多需求