var tableobj = document.getElementById('table'); tableobj.rows[i].cells[j].rowSpan = 数字 ; // 合并行 tableobj.rows[i].deleteCell(j); // 删除单元格