2020年8月9日
摘要: package com.jishu.array;public class Arrays { public static void main(String[] args) { /** * 数组的静态初始化 * 创建 即 给数组赋值 */ int[] a = {1,2,3,4}; System.out. 阅读全文
posted @ 2020-08-09 22:29 Maluou 阅读(294) 评论(0) 推荐(0) 编辑