2012年10月8日 星期一

py convert char to int

Convert char to int
ord('a')

Convert int to char
chr(97)

沒有留言: