测试错题积累
Posted 秋风伊人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了测试错题积累相关的知识,希望对你有一定的参考价值。
代码:
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner input=new Scanner(System.in);
String s1 ="hello";
s1.concat("everyone");
int index =s1.indexOf("y");
System.out.println(index);
}
}
代码:
运行结果:
以上是关于测试错题积累的主要内容,如果未能解决你的问题,请参考以下文章