如果是字母,则转为大写a-z,否则返回null
a-z
null
static int? toCode_mayaz(int code) { return toCode_tryaz(code) ?? code; }