按字符索引截取半开区间。
string.slice(start, end)
start
0
end
String。
String
text = 'hello BT' result = text.slice(1, 1)