在JavaScript中随机更改颜色
我们需要编写一个JavaScript函数,假设randomColor每次调用时都会返回随机生成的十六进制颜色。
示例
以下是代码-
const randomColor = () => {
let color = '#';
for (let i = 0; i < 6; i++){
const random = Math.random();
const bit = (random * 16) | 0;
color += (bit).toString(16);
};
return color;
};
console.log(randomColor());
console.log(randomColor());
console.log(randomColor());
console.log(randomColor());
console.log(randomColor());
console.log(randomColor());
console.log(randomColor());输出结果
这将在控制台中产生以下输出-
#762b46 #cfa0bf #a20ee1 #c2f7e0 #5d5822 #380f30 #805408
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短