apiCloud中的数据库操作mcm模块中的model对象
model.config({ appId:'xxx',appKey:'xxx',host:'https://d.apicloud.com' });model.insert({ class:'user',value:{ username:'test',password:'123456' } },function(ret,err){ if(ret){ alert(JSON.stringify(ret));}else{ alert(JSON....