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

为什么这里用foreach循环,字符串打印时参数传递不能用score?还有它为什么打印了五遍?求解

http://img1.sycdn.imooc.com//5f2e174b0001671505190229.jpg

这里让人很疑惑

正在回答

3 回答

toString 的参数要是数组,你这个应该要报错吧

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

无法复现你的情况,甚至还得到错误代码:

HelloWorld.java:15: error: no suitable method found for toString(int)
			System.out.println(Arrays.toString(score));
			                         ^
    method Arrays.toString(long[]) is not applicable
      (argument mismatch; int cannot be converted to long[])
    method Arrays.toString(int[]) is not applicable
      (argument mismatch; int cannot be converted to int[])
    method Arrays.toString(short[]) is not applicable
      (argument mismatch; int cannot be converted to short[])
    method Arrays.toString(char[]) is not applicable
      (argument mismatch; int cannot be converted to char[])
    method Arrays.toString(byte[]) is not applicable
      (argument mismatch; int cannot be converted to byte[])
    method Arrays.toString(boolean[]) is not applicable
      (argument mismatch; int cannot be converted to boolean[])
    method Arrays.toString(float[]) is not applicable
      (argument mismatch; int cannot be converted to float[])
    method Arrays.toString(double[]) is not applicable
      (argument mismatch; int cannot be converted to double[])
    method Arrays.toString(Object[]) is not applicable
      (argument mismatch; int cannot be converted to Object[])
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error


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

http://img1.sycdn.imooc.com//5f2e180e0001f98e05640140.jpg这是打印了五遍的补图

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

举报

0/150
提交
取消

为什么这里用foreach循环,字符串打印时参数传递不能用score?还有它为什么打印了五遍?求解

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