java 打开 ie notepad
时间:2010-10-04 来源:幽哥
String note = "notepad.exe "+filename;
String ie = "rundll32 "+"url.dll,FileProtocolHandler "+url;//"explorer.exe "+rul
Runtime.getRuntime().exec(ie);
相关阅读 更多 +
时间:2010-10-04 来源:幽哥
String note = "notepad.exe "+filename;
String ie = "rundll32 "+"url.dll,FileProtocolHandler "+url;//"explorer.exe "+rul
Runtime.getRuntime().exec(ie);