AV.query is not a constustor,今天新建了个查询实例怎么都不行了,检查了下以前都是这样操作了,今天却出现了这样的问题,这个问题是我自己操作问题吗?
queryInfo:function(){
var query=new AV.Query('StuInfo');
query.get("5c9ebc6242cda6006894f13c").then(function(todo){
console.log(todo);
})
},function(error){
}
以下是报的错误