2014-07-14 39 views

回答

0

使用skip()和limit()方法。 代碼:

$cursor = $collection->find(); 
$cursor->limit(10)->skip(20);