2020年11月7日
摘要: public class nixushuchu { public static void main(String[] args) { intm i; int[] a; //声明一个数组 a = new int [5]; //分配内存空间供整形数组使用,其元素个数为5 fou (i=0;i<5;i++ 阅读全文
posted @ 2020-11-07 19:56 灬墨墨灬 阅读(58) 评论(0) 推荐(0)