摘要: 练习 1、 编写一个简单程序,要求数组长度为5,分别赋值10,20,30,40,50,在控制台输出该数组的值。 public class t1 { /** * @param args */ public static void main(String[] args) { // TODO Auto-g 阅读全文
posted @ 2021-04-24 15:50 请叫我妖玉大侠 阅读(57) 评论(0) 推荐(0)