javascript 动态创建表格
<html>
<head>
<script>
functioncreateTable(rows,lines){
this.rows=rows;
this.lines=lines;
varBody=document.getElementById('body');
varTable=document.createElement('table');//创建table标签元素
Table.setAttribute('border','1');
//给table标签添加其他属性
for(vari=0;i<this.rows;i++){
varlRow=document.createElement('tr');
for(varj=0;j<this.lines;j++){
vartextNode=document.createTextNode(i+','+j);
varlLine=document.createElement('td');
lLine.appendChild(textNode);
lRow.appendChild(lLine);
}
Table.appendChild(lRow);
}
Body.appendChild(Table);
}
</script>
</head>
<body>
<divid="body"></div>
</body>
<scripttype="text/javascript">
createTable(10,10);
</script>
</html>
第二种方法:
<script>
functioncreateTable(rows,lines){
this.rows=rows;
this.lines=lines;
varBody=document.getElementById('body');
varTable=document.createElement('table');
Table.setAttribute('border',1);
for(vari=0;i<this.rows;i++){
varrow=Table.insertRow(i);
for(varj=0;j<this.lines;j++){
varcells=row.insertCell(j);
cells.innerHTML=i+','+j
}
}
Body.appendChild(Table);
}
</script>
热门推荐
10 靳年祝福语大全简短
11 迎接新年祝福语简短霸气
12 酒仙网红包祝福语简短
13 生活祝福语简短高级英文
14 岁月祝福语简短10字
15 男朋友中秋祝福语 简短
16 初四祝福语简短霸气
17 感谢朋友的祝福语简短
18 赞美祝福语大全简短的