Dim lb As String = "中"
If Char.Isletter(lb) Then Output.Show(lb)End If
上面代码判断“中” 属于字母?!,那如何区分判断 字母 跟 文字 呢?