String cmd = "rundll32 url.dll,FileProtocolHandler http://www.oschina.net";Runtime.getRuntime().exec(cmd);
本文共 155 字,大约阅读时间需要 1 分钟。
String cmd = "rundll32 url.dll,FileProtocolHandler http://www.oschina.net";Runtime.getRuntime().exec(cmd);
转载于:https://my.oschina.net/skyhacker2/blog/73065