lyl890

导航

2022年3月25日 #

简单动态的数组扩容

摘要: 实现动态的给数组添加元素效果,实现对数组扩容. public static void main(String[] args) { //test01 test01 = new test01(); //数组的添加 Scanner scanner = new Scanner(System.in); int 阅读全文

posted @ 2022-03-25 15:56 静静书中仙 阅读(113) 评论(0) 推荐(0)