获取table单元格元素

106 阅读1分钟
const mytable = document.getElementById("mytable").rows[0].cells[0]

不包含表头, 为tbody中单元格