duanma8207 2016-07-13 10:07
浏览 16
已采纳

如何从java swing程序中打开php文件?

How do i open a php file from a java swing program with the click of a button? I have a project which requires the help page to be opened in a browser and written in php.

  • 写回答

1条回答 默认 最新

  • doutuo3935 2016-07-13 10:14
    关注
    Desktop.getDesktop().browse(new URL("http://localhost/help.php"));
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?