js给标签设置随机背景
js给标签设置随机背景
function bac(){
var gba = "rgb(" + Math.floor(Math.random() * 255) + ',' + Math.floor(Math.random() * 255) + ',' + Math.floor(Math.random() * 255) + ')'
return gba
};
document.getElementsByTagName('div')[0].style.backgroundColor = bgc();
function getRandom(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}function getRandomColor() {
return 'rgb(' + getRandom(0, 255) + ',' + getRandom(0, 255) + ',' + getRandom(0, 255) + ')'
}
document.body.style.backgroundColor = getRandomColor();
推荐阅读
- 第6.2章(设置属性)
- 喂,你结婚我给你随了个红包
- 成交的种子咖啡冥想
- 一百二十三夜,请嫁给我
- 每日一话(49)——一位清华教授在朋友圈给大学生的9条建议
- 标签、语法规范、内联框架、超链接、CSS的编写位置、CSS语法、开发工具、块和内联、常用选择器、后代元素选择器、伪类、伪元素。
- 历史教学书籍
- 写给陈羡
- 给予孩子心理平衡的机会
- 请给时间一点时间