📜  在javascript代码示例中生成随机颜色的函数

📅  最后修改于: 2022-03-11 15:02:03.398000             🧑  作者: Mango

代码示例4
Math.floor(Math.random()*16777215).toString(16);