摘要: String[] list = new String[]{"a","e","i","o","u"}; //for循环 for(int i=0; i<list.length;i++){ System.out.println("循环遍历数组第"+i+"次的值是:"+list[i]); } //forea 阅读全文
posted @ 2018-12-07 16:25 sq_1303037035 阅读(648) 评论(0) 推荐(0) 编辑