StackOverflow 文档 React 教程 用户界面解决方案 基本面板 基本面板 Created: November-22, 2018 import React from 'react'; class Pane extends React.Component { constructor(props) { super(props); } render() { return React.createElement( 'section', this.props ); } } 面板用户界面解决方案