--- order: 0 title: zh-CN: 基本 en-US: Basic Usage --- ## zh-CN 最简单的用法。 ## en-US The simplest use. ```jsx import { Breadcrumb } from 'antd'; export default () => ( Home Application Center Application List An Application ); ```