這個錯哪了啊啊啊啊啊????
public class HelloWorld {
? ? public static void main(String[] args) {
// 定義一個長度為 3 的字符串數(shù)組,并賦值初始值
String[] hobbys = { "sports", "game", "movie" };
System.out.println("循環(huán)輸出數(shù)組中元素的值:");
// 使用循環(huán)遍歷數(shù)組中的元素
for(int i=0;i<=hobbys.length;i++)
{
? ? System.out.println(hobbys[i]);
}
}
}
2019-07-28
2019-07-28
等于的話就多出一個值了
2019-07-28
不能=啊
2019-07-28
i<hobbys.length