袁静 发表于 2016-8-12 14:29:44

询问问题

请求大神帮我看一下下面这一段是什么意思
dim buttvalue
buttvalue=swfwindow(xx).swfwindow(xx).swfbutton(xx).getroproperty("disabled")
if buttvalue=0 then
swfwindow(xx).swfwindow(xx).swfbutton(xx1).click
else
swfwindow(xx).swfwindow(xx).swfbutton(xx2).click
end if

荒岛的鸟111 发表于 2016-8-12 16:51:42

本人拙见,不喜勿喷...假定页面上有3个按钮,button,button1,button2,先获取button按钮的状态,若btton按钮不可用,则点击button1按钮,若button按钮可用,则点击butto2按钮
页: [1]
查看完整版本: 询问问题