如果是字母,则转为大写A-Z,否则返回code
A-Z
code
static int toCode_mayAZ(int code) { return toCode_tryAZ(code) ?? code; }