如何在 React 中运用 CSS

如何在 React 中运用 CSS

react中写style样式的话 style={obj} obj是一个对象obj={color:'#666',fontSize:'16px'} 这里对象里面 值都需要双引号带有-号的去掉-
html-css200