04 2021 档案

摘要:1,下列定义数组格式正确的是( A) A int[] arr = {1, 2, 3}; B int[] arr = new arr[5];//arr变成int C int[] 2rr = new int[]{1, 2, 3};//2不能做开头 D int[] arr = new int[3]{1, 阅读全文
posted @ 2021-04-27 18:17 我头有点秃 阅读(396) 评论(0) 推荐(0)