module1.bas
来自「i did a test for study」· BAS 代码 · 共 10 行
BAS
10 行
Attribute VB_Name = "Module1"
Option Explicit
Type studtype
name As String * 10
special As String * 10
total As Single
End Type
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?