欢迎来到萧静默的博客

书山有路勤为径,学海无涯苦作舟。
摘要: package cn.burce.Collection; import java.util.ArrayList; import java.util.Collections; import java.util.List; //集合操作的工具类collections // public class co 阅读全文
posted @ 2020-08-05 16:26 萧静默 阅读(181) 评论(0) 推荐(0) 编辑
摘要: package cn.burce.Var; public class VarArgument { public static void main(String[] args) { System.out.println(getNum()); System.out.println(getNum(1)); 阅读全文
posted @ 2020-08-05 15:36 萧静默 阅读(135) 评论(0) 推荐(0) 编辑