Python ord() 函数
定义和用法
The ord()
函数返回表示指定字符的 Unicode 代码的数字。
语法
ord(character)
参数值
参数 | 描述 |
---|---|
character | 字符串,任何字符 |
相关页面
使用 chr() 函数转换回字符。
The ord()
函数返回表示指定字符的 Unicode 代码的数字。
ord(character)
参数 | 描述 |
---|---|
character | 字符串,任何字符 |
使用 chr() 函数转换回字符。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]