The reverse of ord() is chr(). Note the spelling is not char. chr(65) #--> 'A' chr(127) #--> '\x7f' memory ...
確定! 回上一頁