为额嚜列印出来之后
前面六个字都会重复呢?
Option Strict Off
Option Explicit On
Friend Class Form3
Inherits System.Windows.Forms.Form
Private Function GetNumber() As Short
Randomize() ' 对乱数产生器做初始化的动作。
GetNumber = Int((49 * Rnd()) + 1) ' 产生 1 到 49 之间的乱数值。
End Function
Private Sub Command1_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Command1.Click
'UPGRADE_WARNING: 阵列 a 的下限已经从 1,1 变更成 0,0。 按一下以取得详细资讯: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="0F1C9BE1-AF9D-476E-83B1-17D43BECFF20"'
Dim a(10, 6) As Short '存放乐透数字
Dim nCnt As Short '设定10组号码
Dim nCnt2 As Short '设定6个号码
Dim nRet As Short
Dim nFor As Short
Dim nFor2 As Short
Dim blnExist A ..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容