/**弹出浏览器窗口***/
@SuppressWarnings("unchecked")
public static void openURL(String url){
try {
Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler "+ url);
}catch(Exception ex){}
}
/**弹出浏览器窗口***/
@SuppressWarnings("unchecked")
public static void openURL(String url){
try {
Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler "+ url);
}catch(Exception ex){}
}