<languages />
❮内置功能
获取代表unicode 97的字符:
x = chr(97)
The chr() 函数返回代表指定unicode的字符。
chr()
chr(number)
用转换回Unicode ord()
功能。