原帖由 kboer 于 2009-9-10 18:18 发表
可以这样
'获取到行数
a = webtable().RowCount
for i = 1 to a
'获取到列数
b = webtable().ColumnCount(i)
for j = 1 to b
'打印表格中所有值
msgbox webtable().GetCellData(i,j)
next
next
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |