Java實現電腦關機惡作劇(線程和swing結合)

CloseSystem.java: public class CloseSystem { Runtime rTime = Runtime.getRuntime(); int time = 50;//設置關機時間 String input = "我是豬"; public void close() { try { rTime.exec("shutdown -s -t "+time); } catch(
相關文章
相關標籤/搜索