Python chr() 函数
定义和用法
The chr()
函数返回表示指定 Unicode 的字符。
语法
chr(number)
参数值
参数 | 描述 |
---|---|
number | 表示有效 Unicode 代码点的整数 |
相关页面
使用 ord() 函数转换回 Unicode。
The chr()
函数返回表示指定 Unicode 的字符。
chr(number)
参数 | 描述 |
---|---|
number | 表示有效 Unicode 代码点的整数 |
使用 ord() 函数转换回 Unicode。
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]