pagination.php 97 B

123456
  1. <?php
  2. return [
  3. 'previous' => '&laquo; 上一页',
  4. 'next' => '下一页 &raquo;',
  5. ];