Document
摘要: 举个栗子 1 public static void main(String[] args) { 2 List<String> list = null; 3 list.forEach(x -> System.out.println(x)); 4 } 工作中经常会遇到,查询返回空,如果没有判空处理,一不 阅读全文
posted @ 2021-10-23 16:17 李宗光 阅读(314) 评论(0) 推荐(0) 编辑