从指定位置开始截取固定长度。
string.substr(start, length)
start
0
length
String。
String
text = 'hello BT' result = text.substr(1, 1)