python转换ascii码

字符转数字

ord("A")

数字转字符

chr(65)
原文地址:https://www.cnblogs.com/kainhuck/p/11434743.html