随机生成颜色

160 阅读1分钟

rgb(${Math.round(Math.random()*255)},${Math.round(Math.random()*255)},${Math.round(Math.random()*255)})

随机生成颜色的代码