摘要: package com.itheima.ArrayList; import java.util.ArrayList; public class Demo2 { public static void main(String[] args) { ArrayList<String> list=new Ar 阅读全文
posted @ 2024-03-06 22:13 小彭先森 阅读(14) 评论(0) 推荐(0) 编辑
摘要: ArrayList代表的是一种集合,一种容器,类似于数组。 容器主要操作:增删改查 package com.itheima.ArrayList; import java.util.ArrayList; import java.util.List; public class demo { public 阅读全文
posted @ 2024-03-06 21:26 小彭先森 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 包:分门别类程序的工具,类似文件夹 JAVA lang包下不需要导包的。 String: String 常用方法: String注意事项: 阅读全文
posted @ 2024-03-06 20:51 小彭先森 阅读(1) 评论(0) 推荐(0) 编辑