摘要: public String getString(List<Integer> list) { if (list == null || list.isEmpty()) { return null; } list.removeIf(e -> isNotValid(e)); return list.stre 阅读全文
posted @ 2021-10-25 09:56 白玉神驹 阅读(976) 评论(0) 推荐(0)