上海启嘟渡科技商贸有限公司
SEARCH

与我们合作

我们专注提供互联网一站式服务,助力企业品牌宣传多平台多途径导流量。
主营业务:网站建设、移动端微信小程序开发、营销推广、基础网络、品牌形象策划等

您也可通过下列途径与我们取得联系:

微 信: wxyunyingzhe

手 机: 15624122141

邮 箱:

在js中制作一个十行十列的表格,要求每个单元格随机变色

更新时间:2025-01-04 21:16:36

onload=function(){

vartab=document.createElement("table");

tab.style.margin="0auto";

tab.style.width="500px";

vartb=document.createElement("tbody");

tab.appendChild(tb);

for(vari=0;i<10;i++){

varrow=tb.insertRow(tb.rows.length);

for(varj=0;j<10;j++){

varcol=row.insertCell(row.cells.length);

col.style.width="50px";

col.style.height="50px";

vara=Math.floor(Math.random()*255);

varb=Math.floor(Math.random()*255);

varc=Math.floor(Math.random()*255);

col.style.backgroundColor="rgb("+a+","+b+","+c+")";

}

}

document.body.appendChild(tab);

}

多重随机标签

猜你喜欢文章

QQ客服 电话咨询