mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-08 04:18:23 +08:00
15 lines
205 B
Markdown
15 lines
205 B
Markdown
---
|
|
order: 3
|
|
title: 跳转
|
|
---
|
|
|
|
快速跳转到某一页。
|
|
|
|
````jsx
|
|
import { Pagination } from 'antd';
|
|
|
|
ReactDOM.render(
|
|
<Pagination showQuickJumper defaultCurrent={2} total={500} />,
|
|
mountNode);
|
|
````
|