<languages />
❮内置功能
返回代表字符“ h”的整数:
x = ord("h")
The ord() 函数返回表示指定字符的unicode码的数字。
ord()
ord(character)
用转换回字符 chr()
功能。