返回指定位置字符的 Unicode 码点。
string.char_code(index)
index
0
Int | Null:索引越界时返回 null。
Int | Null
null
text = 'hello BT' result = text.char_code(1)