🎨

CSS 转 JS 对象

CSS 样式与 JS 对象互转,支持连字符与驼峰命名

{
 backgroundColor: '#fff',
 fontSize: '16px',
 marginTop: '20px',
 borderRadius: '8px'
}