module1.bas
来自「车次查询-输入要查询的车次既可查询车次所有的停靠站 站点查询-输入一个站点」· BAS 代码 · 共 12 行
BAS
12 行
Attribute VB_Name = "Module1"
Public user_name As String
Public Function testtxt(txt As String) As Boolean
If Trim(txt) = "" Then
testtxt = False
Else
testtxt = True
End If
End Function
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?