java前辈帮忙看下

publicclassLastIndexOf{publicintlastIndexOf(intch,intfromIndex){StringstrCom="abcdefg... public class LastIndexOf {

public int lastIndexOf(int ch,int fromIndex){
String strCom="abcdefg gfdecba";
int index = strCom.indexOf(ch, fromIndex);
return index;
}
public static void main(String[] args) {
String strCom= new String();
int i=strCom.indexOf("a", 5);
System.out.println(i);
}
}
帮忙修改下运算结果是0。新手不太懂。
展开
 我来答
corruptsatan
2010-04-13 · TA获得超过1108个赞
知道小有建树答主
回答量:473
采纳率:0%
帮助的人:619万
展开全部
public class LastIndexOf {

public int lastIndexOf(int ch,int fromIndex){
String strCom="abcdefg gfdecba";
int index = strCom.indexOf(ch, fromIndex);
return index;
}
public static void main(String[] args) {
LastIndexOf l = new LastIndexOf();
System.out.println(l.lastIndexOf('a',5));
}
}
wang3feng2
2010-04-14 · 超过39用户采纳过TA的回答
知道答主
回答量:216
采纳率:0%
帮助的人:0
展开全部
public class LastIndexOf {

public int lastIndexOf(int ch,int fromIndex){
return 0;
}
public static void main(String[] args) {
String strCom= new String();
int i=strCom.indexOf("a", 5);
System.out.println(i);
}
}

这不就行了?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友3eb6fa4
2010-04-13 · 超过23用户采纳过TA的回答
知道答主
回答量:99
采纳率:0%
帮助的人:75万
展开全部
strCom没赋值,为空
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式