函数签名 函数返回值类型 使用描述 chr(bigint或double num) string 返回指定数字对应的ASCII 字符,如果指定的数字大于256,将对该数字对256取模 chr(97) 返回 a chr(345) 返回 Y