js为什么运行完后会出现undefined
<divstyle="width:900px;height:400px;height:auto;"id="input_table"name="input_table"><...
<div style="width:900px;height:400px;height:auto;" id="input_table" name="input_table">
</div>
<input name="jd_setup" id="jd_setup" type="text" style="width:30px;height:40px" value="5" />
<SCRIPT language=javascript>
var $=function(node)
{
return document.getElementById(node);
}
function setid()
{
var str_table,str_note,i,temp,kk,ii;
str_table='<table width=500 border="1">';
for(i=1;i<=$("jd_setup").value;i++)
{
str_note+='<tr><td>a</td><td>b</td><td>c</td></tr>';
}
temp=str_table+str_note+'</table>';
$("input_table").innerHTML=temp;
}
setid();
</SCRIPT>
代码如上,JS也没提示出错,要的效果也出现了,但怎么运行都出现 undefined 的字样。。。我快晕了。。。 展开
</div>
<input name="jd_setup" id="jd_setup" type="text" style="width:30px;height:40px" value="5" />
<SCRIPT language=javascript>
var $=function(node)
{
return document.getElementById(node);
}
function setid()
{
var str_table,str_note,i,temp,kk,ii;
str_table='<table width=500 border="1">';
for(i=1;i<=$("jd_setup").value;i++)
{
str_note+='<tr><td>a</td><td>b</td><td>c</td></tr>';
}
temp=str_table+str_note+'</table>';
$("input_table").innerHTML=temp;
}
setid();
</SCRIPT>
代码如上,JS也没提示出错,要的效果也出现了,但怎么运行都出现 undefined 的字样。。。我快晕了。。。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询