最赞回答 / 青青大大
<!DOCTYPE HTML><html ><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>函数</title><script type="text/javascript">//定义函数function add4(x,y){ if(x>y){ return x; } else if(x...
2022-04-23
最新回答 / 慕哥3354142
你定义的函数方法为asd(),计算两整数比较。调用的qwq()啊!qwq()又不是你定义的函数方法!你把asd=qwq1(5,4)和asd=qwq2(6,3)位置换一下qwq1=asd(5,4),qwq2=asd(6,3);
2022-04-13
for(var y=0;y<student.length;y++){
if(student[y][3]=='大一'){
if(student[y][1]=='女'){
document.write(student[y][0]+" ");
}
}
}
if(student[y][3]=='大一'){
if(student[y][1]=='女'){
document.write(student[y][0]+" ");
}
}
}
for(var y=0;y<student.length;y++){
if(student[y][3]=='大一'){
if(student[y][1]=='女'){
document.write(student[y][0]+" ");
}
}
}
if(student[y][3]=='大一'){
if(student[y][1]=='女'){
document.write(student[y][0]+" ");
}
}
}
最新回答 / blueberryGargamel
switch(c){ case "+":result=a+b; break; case "-":result=a-b; break; case "*":result=a*b; break; case "/":result=a/b; }document.getElementById("fruit").value=result;//完成运算结果输出,不要放在Switch里边
2022-04-07
最新回答 / 十六_____
应该是用来确定所选择的爱好的位置,减1之后就是所选择的爱好的位置了
最赞回答 / 木城武
请查看上一节讲解的最后部分。一句话总结:如果不调整为同一行,那么除IE以外的浏览器,firstChild和lastChild都是空白节点,所以输出结果是#text------------------------以下复制于上一节最后的讲解--...
2022-03-31