永发信息网

按键精灵中,for语句和if语句要怎么连用?

答案:2  悬赏:40  手机版
解决时间 2021-02-19 12:06
  • 提问者网友:萌卜娃娃
  • 2021-02-19 04:04
PID=Plugin.Web.Bind("wqm.exe")
i=0
For 300
Call Plugin.Web.Go("http://passport.hunantv.com/")
Call Plugin.Web.HtmlInput("hilili"&i&"@163.com",id:email)
Call Plugin.Web.HtmlInput("你是水的方式"&i,id:nickname)
Call Plugin.Web.HtmlInput("123456",id:password0)
Call Plugin.Web.HtmlInput("123456",id:password1)
i=i+1
Rem 等待
key=WaitKey()
If key=13 Then
Goto 离开
End If
Goto 等待
Rem 离开
Call Plugin.Web.HtmlClick(tag:INPUT&value:创建帐号)
Next
这个是我写的 可是老是过不了 请问什么原因
最佳答案
  • 五星知识达人网友:傲气稳了全场
  • 2021-02-19 04:29
所有的Plugin.Web.HtmlInput函数第2个参数都写错了,
Plugin.Web.HtmlClick函数的参数写错了
建议你先去弄明白什么是数据类型,以及怎么传递参数
全部回答
  • 1楼网友:持酒劝斜阳
  • 2021-02-19 05:05
c1=getpixelcolor(10,5) if c1=“898403” then msgbox "1" else msgbox "2" & c1 end if 加引号,getpixelcolor()得到的是一个字符串
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯