默认返回缓冲区里面的数据,若是你向要获取更多值,请在前面加入如下语句便可。fetch
while(model.canFetchMore()){ model.fetchMore(); }
该语句会获取更多的记录。code