应用:先park 再unpark. Thread t1 = new Thread(() -> { log.debug("start..."); sleep(1); log.debug("park..."); LockSupport.park(); ...
確定! 回上一頁