try {
Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler http://localhost:8080/");
} catch (IOException e1) {
e1.printStackTrace();
}
转自:http://blog.youkuaiyun.com/ranmudaofa/article/details/9750395
try {
Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler http://localhost:8080/");
} catch (IOException e1) {
e1.printStackTrace();
}
转自:http://blog.youkuaiyun.com/ranmudaofa/article/details/9750395