newFixedThreadPool(10) ; //建立10個固定大小的thread pool Executor pool = Executors.newCachedThreadPool() ; //建立一個快取的thread pool ...
確定! 回上一頁