紅盟學(xué)苑Burpsuite編碼器、擴(kuò)展、日志、配置、編碼器
? ? ? ? ?return "Future Result";
? ? ? ? ? ?} catch (InterruptedException e) {
? ? ? ? ? ? ? ?throw new RuntimeException(e);
? ? ? ? ? ?}
? ? ? ?});
? ? ? ?System.out.println("我把工作提交了");
? ? ? ?// 獲取 future 結(jié)果
? ? ? ?System.out.println(future.get());
? ? ? ?System.out.println("我提交的工作做完了");
? ?}}
標(biāo)簽: