为了账号安全,请及时绑定邮箱和手机立即绑定

s.charAt(i)=='a'

http://img1.sycdn.imooc.com//5541e154000112a108960415.jpg

为什么我这会抛出异常?

正在回答

3 回答


string index out

检查下你的变量i的取值范围是否超出字符串length

btw,when you ask questions pls show all the codes 

0 回复 有任何疑惑可以回复我~

int num = 0;

String string = "aabcdefgasshhrhaggggjdca";

for(int i = 0;i<string.length(); i++){

if(string.charAt(i)=='a'){

num++;

}

}

System.out.println(num);


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

s.charAt(i)=='a'

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信