Chr - 脚本和图表函数
Chr() 用于返回与输入整数对应的 Unicode 字符。
语法:
Chr(int)
返回数据类型: 字符串
Chr(65) | Returns the string 'A' |
Chr(163) | Returns the string '£' |
Chr(35) | Returns the string '#' |
Chr(65) | Returns the string 'A' |
Chr(163) | Returns the string '£' |
Chr(35) | Returns the string '#' |