boolean flag=true; public void run(){ while(flag){ ....... } } 上面是線程中的run方法,不干預則一直在線程循環中 中止只須要在外部改變flag=false,線程就天然終止了spa