For instance ord('a') will return 97 , where 97 is the Unicode value representing a . The ord() function can be thought of the reverse of the chr() function ...
確定! 回上一頁