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


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


移到密碼輸入
Private Sub CommandButton1_Click()
    n = Int(Rnd * 3)
    If n = 0 Then
       MsgBox "電腦出剪刀"
    End If
    
    If n = 1 Then
        MsgBox "電腦出石頭"
    End If
    
    If n = 2 Then
        MsgBox "電腦出布"
    End If
End Sub


以底下資料為主