摘要: (一)runnable 与Callable的区别 @FunctionalInterface public interface Runnable { public abstract void run(); } @FunctionalInterface public interface Callable 阅读全文
posted @ 2023-06-17 10:12 小兵要进步 阅读(15) 评论(0) 推荐(0)