close
try
{
Runtime.getRuntime().exec("Shutdown.exe -s -t 30");
}
catch (Exception e)
{
System.out.println(e.getMessage());
}
全站熱搜
try
{
Runtime.getRuntime().exec("Shutdown.exe -s -t 30");
}
catch (Exception e)
{
System.out.println(e.getMessage());
}
留言列表