2006年11月05日 星期日 11:44
2006/11/3, kevin <kevin_woso at 126.com>: > > Python.cn,您好! > 请教各位: > C语言中,把整数强制转换,入int i=65,char c=(char *)i,c即为字符'A' > Python中怎样得到ACII码对应的字符?比如知道i=65,要得到65表示的字符。 >>> ord('A') 65 >>> chr(65) 'A' >>> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061105/3e31a709/attachment.html
Zeuux © 2025
京ICP备05028076号