2017-08-14 57 views

回答

1

您必须将该字段设置为您的JsonObject。例如:

let obj = new DB.Test(); 
obj.json = { "foo": "bar" }; 
obj.save(); 
相关问题