摘要: import java.util.Scanner; public class Dome1 { public static void main(String[] args) { int arr[] = {10,20,30,40,50}; for(int i =0;i<5;i++) { System.o 阅读全文
posted @ 2020-04-09 10:55 EarlGary 阅读(116) 评论(0) 推荐(0)