ord (c): Given a string representing one Unicode character, return an integer representing the Unicode code point of that character. For example, ord('a') ...
確定! 回上一頁