list.size() = 1 但显示 All elements are null
摘要:https://blog.csdn.net/weixin_43899069/article/details/124668722 if (CollectionUtils.isNotEmpty(list) && list.get(0) != null) { return xxx;}
阅读全文
posted @ 2022-12-16 15:33