ord(char) returns the ASCII value of a single character (a string or Unicode string of length 1). print ord('a') print ...
確定! 回上一頁