string str = Console.ReadLine(); if (char.isLetter(str)) {
} else if (char.IsDigit(str)) { }
if(ch>='a'&&ch<='z') 小写字母 if(ch>='A'&&ch<='Z') 大写字母 数字也一样。 判断汉字一般是输入 >255 因为汉字是大字符集
简单?那你弄个来看看
想请问用ASC码怎么写?另:谢谢mylover624