@emotion/styled / styled-components创建带有样式的 React 组件
一、安装依赖npminstall@emotion/styledstyled-components二、使用importstyledfrom'@emotion/styled';importstyledfrom'styled-components';//创建一个带样式的按钮constStyledButton=styled.button`background-color:#4caf50;color:whi