问答详情
源自:6-5 使用循环操作 Java 中的数组

我这个是什么问题?

public class HelloWorld {

    public static void main(String[] args) {

        

// 定义一个长度为 3 的字符串数组,并赋值初始值

String[] hobbys = { "sports", "game", "movie" };

System.out.println("循环输出数组中元素的值:");

// 使用循环遍历数组中的元素

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

{System.out.println(hobby[i]);

    

}

}

}


提问者:慕娘1358393 2019-10-30 10:06

个回答

  • 回锅锅包肉
    2019-12-10 15:09:26

    拉个s怎么粗心。。。。

  • weixin_慕九州7572292
    2019-10-30 10:51:55

    循环遍历数组中的元素时System.out.println(hobby[i]);中数组名应该为hobbys