摘要: Java的foreach 获取数组中的每一个元素 public class Foreach { public static void main(String[] args) { // TODO Auto-generated method stub int[] num = {15,4,6,9,7,5} 阅读全文
posted @ 2022-10-02 16:40 博来 阅读(57) 评论(0) 推荐(0)