网上查了很久还是不行
import java.lang.*;
public class jojo{
public static void main(String args[]) {
Runtime rn=Runtime.getRuntime();
Process p=null;
try{p=rn.exec("\"D:/SC.txt\"");
} catch (Exception e) {
e.printStackTrace();
}
}}
努力的结果 但还是不行
import java.lang.*;
public class jojo{
public static void main(String args[]) {
Runtime rn=Runtime.getRuntime();
Process p=null;
try{p=rn.exec("\"D:/SC.txt\"");
} catch (Exception e) {
e.printStackTrace();
}
}}
努力的结果 但还是不行