标签:数组 设置 stack get 操作 它的 list集合 str 支持
books.sort((o1, o2) -> ((String)o1).length() - ((String)o2).length());
books.replaceAll(ele -> ((String)ele).length());
(二)List集合
原文地址:https://www.cnblogs.com/pycrab/p/8933493.html