chr()根据整数返回对应的字符,也就是讲ascii转换为字符

unichr()将整数返回成unicode字符

ord()将字符转换成ascii码