资讯 热点 聚焦 探测 工具 行业 公司 行情 市场 招标
您的位置: 首页>热点 > >正文
2023-06-03 21:49:51 来源:互联网


【资料图】

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) { Listlist = 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) {// Listlist = new ArrayList();// ***.get(0); String str = "abc"; ***.sub***ing(4);。

本文到此分享完毕,希望对大家有所帮助。

标签: