For example, ord('a') returns the integer 97 , ord(u'\u2020') returns 8224 . This is the inverse of chr() for 8-bit strings and of unichr() for unicode objects.
確定! 回上一頁