charAt(-1)为什么不行
string.charAt(index)
index参数的范围必须为1到string.length-1之间
charAt(string.length(-1))
代码中的邮标都是从0开始的,你咋从-1开始。。。