--- order: 5 title: zh-CN: 多张图片预览 en-US: Multiple image preview --- ## zh-CN 点击左右切换按钮可以预览多张图片。 ## en-US Click the left and right switch buttons to preview multiple images. ```tsx import { Image } from 'antd'; import React from 'react'; const App: React.FC = () => ( ); export default App; ```