摘要: 一、通用工具类编写 /** * @project * @Description * @Author songwp * @Date 2022/9/15 17:06 * @Version 1.0.0 **/ public class PhoneUtil { /** * 验证手机号是否合法 * @retu 阅读全文
posted @ 2022-09-15 18:18 奋--斗 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 一、获取最大最小值的同时,获取到最大/小值在list中的索引值 public static void main(String[] args) { List<Integer> numList = new ArrayList<Integer>(); numList.add(20); numList.ad 阅读全文
posted @ 2022-09-15 14:48 奋--斗 阅读(2093) 评论(0) 推荐(0) 编辑