--- order: 99 title: zh-CN: 调试 en-US: Debug debug: true --- ## zh-CN DEBUG ## en-US DEBUG ```jsx import { Affix, Button } from 'antd'; class Demo extends React.Component { state = { top: 10, }; render() { return (