>>print(c+"的ASCII码为",ord】。" />
ascii码的转换方法:
1、使用【chr()】函数转换,代码为【>>>print(a,"对应的字符为",chr(a))】;
2、使用【ord()】函数转换,代码为【>>>print(c+"的ASCII码为",ord】。