按键精灵 怎样输出组合文本

日期:2019-04-27 19:11:24 人气:1

按键精灵 怎样输出组合文本

//定义两个数组数组1 = array("A", "B", "C")数组2 = array("1", "2", "3")Do For i = 0 To UBound(数组1) For j = 0 To UBound(数组2) TracePrint 数组1(i) & 数组2(j) Delay 200
    A+
热门评论