是,后面for循环是用来循环打印bys数组内容的。更优雅的打印方式,推荐使用System.out.println(Arrays.toString(bys));而不是自己写个for循环。
1、是的2、循环是用来输出数组的