啓動tomcat時打開本地文件

啓動tomcat時打開本地文件html File file = new File("temp.html"); Runtime ce=Runtime.getRuntime(); //輸出路徑 System.out.println(file.getAbsolutePath()); //執行本地html文件 ce.exec("cmd /c start "+file.getAbsolutePat
相關文章
相關標籤/搜索