摘要: public class ArrayText2 { public static void main(String[] args) {// 把array1初始化为8个素数,2,3,5,7,11,13,17,19 int[] arr1,arr2; arr1 = new int[]{2,3,5,7,11, 阅读全文
posted @ 2020-07-05 18:56 GuanErA 阅读(524) 评论(0) 推荐(0)