按键精灵吧 关注:500,054贴子:1,023,871
  • 4回复贴,共1

新手求助,很简单的问题,大家一看就会了,帮帮忙

只看楼主收藏回复

Randomize
i = Int(4 * Rnd + 1)
If i = 1 Then
KeyPress "9"
KeyPress "7"
End If
if i = 2 Then
KeyPress "9"
KeyPress "8"
End If
if i = 3 Then
KeyPress "9"
KeyPress "9"
End If
if i = 4 Then
KeyPress "1"
KeyPress "0"
KeyPress "0"
End if
大概就是这个意思 请问怎么实现 运行不了 软件提示错误


IP属地:北京1楼2014-07-03 15:39回复
    你想实现什么?_?


    IP属地:河北来自Android客户端2楼2014-07-03 15:50
    收起回复
      2025-05-10 07:35:43
      广告
      key是按键,数字都有自己的按键码,say才是输入字符串数字,不报错才怪


      IP属地:山东来自手机贴吧3楼2014-07-03 16:44
      收起回复