这是Cloudboost查询示例:varquery=newCB.CloudQuery("Student");query.equalTo('age',21);//findallStudentswhoageis21query.find({success:function(list){//listisanarrayofCloudObjects},error:function(err){//Errorinretrievingthedata.}});我的问题是:如何显示查询内容?当我这样做的时候document.write(query);我明白了[object,Object]如果我去论坛看看应该