代碼以下javascript
<div className={[style.colorBlue,style.bgcRed].join(' ')}>字體藍色,背景紅色</div>
用數組方式隔開,並接上join方法,用空格隔開,否則會報錯java