发布网友 发布时间:2022-04-22 19:28
共1个回答
热心网友 时间:2023-11-16 23:50
Dim select
Dim isMacListsContain
获取select对象
Set select=Browser("IE").Page("Rs").Object.getElementById("select的id")
循环遍历select.options
For each tmpoption in select.options
If strComp(tmpoption.text,"ALL") = 0 Then
isMacListsContain=true
End If