To use inline styles in React, use the style attribute, which accepts a Javascript object with camelCased properties. function MyComponent(){ return <div style= ...
確定! 回上一頁