String url = "http://www.baidu.com";Runtime rt = Runtime.getRuntime(); rt.exec("\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" " + url );
本文共 207 字,大约阅读时间需要 1 分钟。
String url = "http://www.baidu.com";Runtime rt = Runtime.getRuntime(); rt.exec("\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" " + url );
转载于:https://my.oschina.net/cshuangxi/blog/291682