怎么遍历 table 的 cells

阅读次数 23

没看到 Cell 有 count 属性 或者 foreach 方法,怎么去遍历 cells 呢?

1 Answers

可以采用Range的item(),进行遍历: <img src="https://solution-community.wps.cn/uploads/post/4WwGbwCV5JC.png" alt="图片.png"/>