python ascii int互換

_Raymond_發表於2020-11-21

ASCII碼轉換為int:ord(‘A’)=65

int轉為ASCII碼:chr(65)=‘A’

相關文章