String commandText = "cmd /c start D:/index.html";
//String commandText = "cmd /c start osk";
try {
Runtime.getRuntime().exec(commandText);
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
只講重點的設計教學,立刻學習網頁教學網誌!
String commandText = "cmd /c start D:/index.html";
//String commandText = "cmd /c start osk";
try {
Runtime.getRuntime().exec(commandText);
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}