专题文章
时长:00:00更新时间:2020-11-27 21:19:03
table对象中的insertRow与deleteRow使用示例_javascript技巧: 代码如下: table1.html function test1(){ //判断插入的编号是否已经存在 for(var i=0;ivar eachRow = mytable.rows[i]; if(eachRow.cells[0].innerText == no.value){ window.alert(编号已经存在!
查看详情