弘一 发表于 2013-12-24 21:26
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: - ...
小骗子 发表于 2013-12-24 21:08
StringBuffer sb = new StringBuffer(str.length()); //仅仅是得到 类似于new StringBuffer(10)的对象
sb ...
xplcc 发表于 2013-12-24 21:11
字符串边界溢出异常。
sb.length() = 0;所以int tail = sb.length()-1中tail = -1;
在执行sb.setCharAt(ta ...
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |