const db = uniCloud.databaseForJQL(); db.collection( " user " ).doc( " **** " ).where({ state:true }).get()
1 个回复
SSS2018 (作者)
我这样写会报错