3線上剪貼簿-彰化一整天的blog


您有在蝦皮購物嗎?可以透過https://shope.ee/1q93eHxdKM 連結去購物會有分潤1%支持網站營運


移到密碼輸入
 Private Sub CommandButton3_Click()
    Me.Label2.Caption = Me.Label2.Caption + 1
    n = Int(Rnd * 3)
    If n = 0 Then
        MsgBox "電腦出剪刀您贏了"
        Me.Label1.Caption = Me.Label1.Caption + 1
    End If
    If n = 1 Then
        MsgBox "電腦出石頭平手"
    End If
    If n = 2 Then
        MsgBox "電腦出布您輸了"

    End If
End Sub1


以底下資料為主