摘要: 创建: package com.demo.Array; import java.util.ArrayList; public class day01 { /* Arraylist集合的使用 细节:创建 String, Stringbuilder, Arraylist类的对象,打印对象名,都没有看到地 阅读全文
posted @ 2023-03-07 17:29 文采呱呱 阅读(47) 评论(0) 推荐(0) 编辑
摘要: package com.demo.StringBuiler; public class day01 { public static void main(String[] args) { //StringBuilder:提高字符串效率 long start = System.currentTimeMi 阅读全文
posted @ 2023-03-07 14:38 文采呱呱 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 字符替换: package com.demo.cutOut; import java.util.Scanner; public class Replace { public static void main(String[] args) { Scanner sc = new Scanner(Syst 阅读全文
posted @ 2023-03-07 10:35 文采呱呱 阅读(27) 评论(0) 推荐(0) 编辑