摘要: 继承关系 Executor接口 public interface Executor { void execute(Runnable command); } ExecutorService接口 public interface ExecutorService extends Executor { vo 阅读全文
posted @ 2021-01-25 22:31 入门小站 阅读(126) 评论(0) 推荐(0)