for (var i = 0; row = tableAppointment.rows[i]; i++) {
for (var j = 0; col = row.cells[j]; j++) {
//iterate through columns
//columns would be accessed using the "col" variable assigned in the for loop.
}
}
如何遍歷第三個單元格具有rowspan
屬性的每一行。如何迭代第三個單元格具有rowspan屬性的每一行
尼古拉看到我quetion.i已經添加的形象,如果行跨度發現我必須找到開始時間和結束時間 –