ord(): It converts the given string of length one, returns an integer representing the Unicode code point of the character. For example, ord('a') ...
確定! 回上一頁