Home > other >  WeChat applet cloud database by the where a query to the results, how to obtain other elements
WeChat applet cloud database by the where a query to the results, how to obtain other elements

Time:09-17

For example my database a elements are:
Id: 111
Openid: 222
Title: apple
Money: 1.5
Num: 200
If you use the where ({
Title: "apple"
}), how to get the value of money
  • Related