table中JS选取行列
2021-07-10 04:06
标签:医疗 oct javascrip required end ldo length pen 操作 table中JS选取行列 标签:医疗 oct javascrip required end ldo length pen 操作 原文地址:http://www.cnblogs.com/miye/p/7090648.html
//html
医疗保障人员
联系方式
操作
onclick="delDoctorTr(2)" />
//js
//doctorTable.rows.length 获取ID为doctorTable的所有的行数
//templateTable.rows[0].cells.length 获取ID为templateTable的表格的第一行的有几列
//$("#doctorTable tr:eq(1)").html() 第一行的代码