---
category: 2
title: 更多
title_en: More
---

 zh-CN

更多分页。

 en-US

More pages.

````jsx
import { Pagination } from 'parkball';

ReactDOM.render(
  <Pagination defaultCurrent={6} total={500} />,
  mountNode);
````
