try
{
Runtime.getRuntime().exec("Shutdown.exe -s -t 30");
}
catch (Exception e)
{
System.out.println(e.getMessage());
}

文章標籤
全站熱搜
創作者介紹
創作者 蛋酒 的頭像
蛋酒

藍色代表憂鬱 那我代表什麼

蛋酒 發表在 痞客邦 留言(0) 人氣(116)