编辑代码
Swift代码
5.2.4
运行
var
str
=
"hello world"
print(
str
[
str
.index(
str
.endIndex, offsetBy:-
5
)])