yxpjx 发表于 2013-2-5 02:09:08

打开本地文件

try {
Runtime.getRuntime().exec("C:\\xxx.exe");
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
页: [1]
查看完整版本: 打开本地文件