请问QTP如何判断一个表格是否为空

2025-06-23 02:43:47
推荐回答(1个)
回答1:

If datatable.GetSheet("Global").GetParameter("A2").ValueByRow(1)!="" then 
'balabala
end if