摘要: 1 import java.util.*; 2 class 数组索引{ 3 public static void main(String args[]){ 4 //数组中的使用工具:Arrays 5 int[] arr = {1,2,3,4}; 6 //查找数组中是否还有某一个数 7 int n... 阅读全文
posted @ 2016-11-14 13:36 阿水写程序 阅读(6049) 评论(0) 推荐(0) 编辑