摘要:
public class Response01 { private ThirdData thirdData; public ThirdData getThirdData(){ return thirdData; } // ThirdData extend BaseThirdData public v 阅读全文
摘要:
CompletableFuture<String> future1=CompletableFuture.supplyAsync(()->{ List<String> objects=new ArrayList<>(); String s= objects.get(0); return "成功"; } 阅读全文