您当前的位置: 首页 >  ar

txwtech

暂无认证

  • 3浏览

    0关注

    813博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

ArrayIndexOutOfBoundsException

txwtech 发布时间:2017-03-01 23:20:33 ,浏览量:3

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3 下标超出范围了, p288   at e16_01.Example_01.(Example_01.java:18)  at e16_01.Main_01.main(Main_01.java:8)

package e16_01;

public class Example_01 {
String s;
int i,i2,i3;
private Example_01(){
}
protected Example_01(String s,int i){
		this.s=s;
		this.i=i;
	}
public Example_01(String... strings)throws NumberFormatException{
		if(0            
关注
打赏
1665060526
查看更多评论
0.0387s