黑马程序员技术交流社区

标题: 求助 该如何更改? [打印本页]

作者: 大国    时间: 2013-8-28 23:21
标题: 求助 该如何更改?
public class damo2 {
   public static void sop(String str)
   {  
            System.out.println(str);
   }
       
        public static void main(String[] args) {
        String str="abjggsorggojopggoj[kgg";
        sop(get(str,"gg"));    //这里怎么 出错了

       
        }
        public static int get(String str ,String key)
        { int come=0;
          int index=0;
                while((index=str.indexOf(key,index))!=-1)
                {
                        index=index+key.length();
                        come++;
                }return come;
        }

}







欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2