摘要: 数据结构 数组 是一种线性的数据结构,可以按照下标访问与更新,存储按照先后顺序进行,内存中也按照这个顺序存放。 初始化 int[] ids = new int[] {xxx,xxx,xxx} int ids [] = {xxx,xxx,xxx}; 长度指定(必须二选一) new String [2] 阅读全文
posted @ 2022-05-10 18:08 和森 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 原文连接 阅读全文
posted @ 2022-05-10 18:07 和森 阅读(22) 评论(0) 推荐(0) 编辑