日期:2014-05-18 浏览次数:20858 次
try { Process p = Runtime.getRuntime().exec("taskkill /im iexplore.exe"); p.waitFor(); p.destroy(); } catch (IOException e) { e.printStackTrace(); } catch (InterruptedException e) { e.printStackTrace(); }