我們可以透過CompletableFuture提供的runAsync 及supplyAsync 兩個靜態方法 ... public static CompletableFuture<Void> runAsync(Runnable runnable) ...
確定! 回上一頁