String path = "C:/Documents and Settings/Administrator/桌面/SPX Editor/ge.exe";
try {
Runtime.getRuntime().exec("cmd /c start excel /"" + path + "/"");
} catch (IOException e) {
e.printStackTrace();
}
try {
Runtime.getRuntime().exec("cmd /c start excel /"" + path + "/"");
} catch (IOException e) {
e.printStackTrace();
}
296

被折叠的 条评论
为什么被折叠?



