主题
生成随机rgb颜色字符串
0.25.0
import { randomRgb } from '@wyfex/iutils' console.log( `%c 随机rgb色值:${randomRgb()}`, `color: ${randomRgb()}; font-size: 20px; font-weight: bold;` )