# 基本 - order: 0 默认选中第一项。 --- ````jsx import { Tabs } from 'antd'; const TabPane = Tabs.TabPane; function callback(key) { console.log(key); } ReactDOM.render( 选项卡一内容 选项卡二内容 选项卡三内容 , mountNode); ````