Python ord() 函数
定义和用法
ord()
函数返回表示指定字符 unicode 编码的数字。
语法
ord(character)
参数值
参数 | 描述 |
---|---|
character | 字符串,任何字符。 |
相关页面
参考手册: chr() 函数(通过 chr() 函数转换回字符)
ord()
函数返回表示指定字符 unicode 编码的数字。
ord(character)
参数 | 描述 |
---|---|
character | 字符串,任何字符。 |
参考手册: chr() 函数(通过 chr() 函数转换回字符)
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。