日期:2014-05-20 浏览次数:20693 次
try { Runtime.getRuntime().exec( "c:/windows/system32/calc.exe"); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); }