guess.bas
来自「This was the public transportation inqui」· BAS 代码 · 共 9 行
BAS
9 行
Attribute VB_Name = "Module1"
Public intguess(3) As Integer
Public intrand(3) As Integer
Public strrecord(7) As String
Public intwhole As Integer
Public intright As Integer
Public intwrong As Integer
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?