早教吧作业答案频道 -->数学-->
这个怎么用递归写出来呀?if(td.rows[x-1].style.background=="red"){if(td.rows[x-2].style.background=="red"){if(td.rows[x-3].style.background=="red"){td.rows[x-4].style.background="red";}else{td.rows[x-3].style.background="red";}}else{td.rows[
题目详情
这个怎么用递归写出来呀?
if(td.rows[x-1].style.background=="red")
{
if(td.rows[x-2].style.background=="red")
{
if(td.rows[x-3].style.background=="red")
{
td.rows[x-4].style.background="red";
}
else
{
td.rows[x-3].style.background="red";
}
}
else
{
td.rows[x-2].style.background="red";
}
}
else
{
td.rows[x-1].style.background="red";
}
行数不固定 不能用switch()
if(td.rows[x-1].style.background=="red")
{
if(td.rows[x-2].style.background=="red")
{
if(td.rows[x-3].style.background=="red")
{
td.rows[x-4].style.background="red";
}
else
{
td.rows[x-3].style.background="red";
}
}
else
{
td.rows[x-2].style.background="red";
}
}
else
{
td.rows[x-1].style.background="red";
}
行数不固定 不能用switch()
▼优质解答
答案和解析
这样?function setbcolor(x){ if(td.rows[x].style.background == "red"){ if((parseInt(x) - 1) >= 0){ setbcolor(x-1); } } else{ td.rows[x].style.background = "red" }}function setbcolor(element,x){ if...
看了 这个怎么用递归写出来呀?if...的网友还看了以下:
mustn’t的中文怎么翻?Theworkersarenotallowedtosmokeinthe 2020-04-27 …
帮我回答英语问题,英语好的进我英语不好,帮我看看下面几题怎么填,一定要对!1.Whereareth 2020-05-15 …
这个怎么用递归写出来呀?if(td.rows[x-1].style.background=="re 2020-05-17 …
1、太阳镜怎么拼写?2、Whichisakindofdrink?A.BB.PC.TD.3、ilik 2020-05-23 …
TD的载波配置是怎样的。 2020-05-31 …
锋羽TD-316的“MiFi”怎么连不上 2020-06-18 …
监控点在建筑设计图中怎么表示?在CAD制图中,除图之外还有文字说明,在图中“TD”被用来表示数据信 2020-07-04 …
四阶魔方中TD代表什么T代表什么,是怎么转的 2020-07-21 …
MybrotherandIdon’tlikestrawberrysA,MyB,andC,don’tD 2020-10-29 …
质点由静止开始做匀加速直线运动,经时间t,通过与出发点x1的p点.再经过时间t,到达与出发点相距x2 2020-11-08 …