按键精灵输入框改变脚本文字
就比如我要刷微博forcount=Form1.InputBox1.TextUserVarstr2="1000""请输入循环次数"MoveTo986,259LeftClic...
就比如我要刷微博
forcount = Form1.InputBox1.Text
UserVar str2="1000" "请输入循环次数"
MoveTo 986, 259
LeftClick 1
Dim a
a = 0
For forcount
a = a + 1
MoveTo 986, 259
LeftClick 1
Delay 1000
MouseWheel 10
SayString "say"&a
Delay 100
KeyPress "Enter", 1
Delay 2000
MouseWheel 10
Next
有个框,改变‘say’,改成自己要发的字,怎么加啊,加在哪都说一下,那个forcount做好了 展开
forcount = Form1.InputBox1.Text
UserVar str2="1000" "请输入循环次数"
MoveTo 986, 259
LeftClick 1
Dim a
a = 0
For forcount
a = a + 1
MoveTo 986, 259
LeftClick 1
Delay 1000
MouseWheel 10
SayString "say"&a
Delay 100
KeyPress "Enter", 1
Delay 2000
MouseWheel 10
Next
有个框,改变‘say’,改成自己要发的字,怎么加啊,加在哪都说一下,那个forcount做好了 展开
2个回答
2015-10-18 · 知道合伙人软件行家
关注
展开全部
forcount = Form1.InputBox1.Text
UserVar str2="1000" "请输入循环次数"
MoveTo 986, 259
LeftClick 1
Dim a
UserVar say=0 "设置内容"
a = 0
For forcount
a = a + 1
MoveTo 986, 259
LeftClick 1
Delay 1000
MouseWheel 10
SayString "say"&a
Delay 100
KeyPress "Enter", 1
Delay 2000
MouseWheel 10
Next
你试下,是不是这样加啊。
UserVar str2="1000" "请输入循环次数"
MoveTo 986, 259
LeftClick 1
Dim a
UserVar say=0 "设置内容"
a = 0
For forcount
a = a + 1
MoveTo 986, 259
LeftClick 1
Delay 1000
MouseWheel 10
SayString "say"&a
Delay 100
KeyPress "Enter", 1
Delay 2000
MouseWheel 10
Next
你试下,是不是这样加啊。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询