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