1. 首页 / 帮助

string index out of range翻译(string index out of range)

string index out of range翻译,string index out of range相信很多小伙伴还不知道,现在让我们一起来看看吧!

1、给出的代码只会出现异常java.***.indexoutofboundsexception: Index: 0, Size: 0,但是你的是String index out of range: -1,这个是说字符索引越界了。

2、给你两个例子说明:‍java.***.indexoutofboundsexception: Index: 0, Size: 012345678910 import java.***.arraylist;import java.***.list;public class Test { public static void main(String[] args) { List list = new ArrayList(); ***.get(0);// String str = "abc";// ***.sub***ing(4); }}结果:2、java.***.stringindexoutofboundsexception: String index out of range:-112345678910 import java.***.arraylist;import java.***.list;public class Test { public static void main(String[] args) {// List list = new ArrayList();// ***.get(0); String str = "abc"; ***.sub***ing(4);。

本文就为大家分享到这里,希望小伙伴们会喜欢。

本文由'抗碧凡'发布,不代表演示站立场,转载/删除联系作者,如需删除请-> 关于侵权处理说明