为了账号安全,请及时绑定邮箱和手机立即绑定

求解求解求解

coursesToSelect1.addAll(2, Arrays.asList(course2));

asList  显示这个The method asList(Course[]) is undefined for the type String

该怎么解决

正在回答

2 回答

The method asList(Course[]) is undefined for the type String.

1、检查是否导进包:import java.util.Arrays;

2、Arrays.asList(collection c),检查你的course2是否为数组集合类型

0 回复 有任何疑惑可以回复我~

我没看见代码,我想是因为你没有建立course2这个数组。在你这行代码前加上:

Course[] course2={new Course("课程编号","课程名称"),new Course("课程编号","课程名称"),};

希望能够帮到您!

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Java入门第三季
  • 参与学习       409792    人
  • 解答问题       4340    个

Java中你必须懂得常用技能,不容错过的精彩,快来加入吧

进入课程

求解求解求解

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信