Vb 中[!
问题描述:
Vb 中[!
答
表示 非字母A-Z 的字符
用法
sChar = "e"
If sChar Like "[!A-Z]" Then
MsgBox "这个字符在 字母A~字母Z 范围之外"
End If