遇到个不知道该怎么做,但是非常常用的需求:例如我想要根据Model的某个属性取一条数据,在前端应该怎么写?var a = new abcModel();
a.set('name', 'ooxx');
a.fetch();
.....这样可以做到根据name=ooxx去取记录吗?