从缓存中读取指定数据的API是哪个?
A. wx.removeStorage
B. wx.clearStorage()
C. wx.getStorage()
D. wx.setStorage()
在server端进行云数据库更新操作使用什么方法
A. set()
B. update
C. where()
D. add()
云数据库的set()方法即可以用在小程序端也可以用在云函数中
云数据库中进行记录更新的方法是?
A. update()
B. set()
C. add()
D. where()