package com.test; import java.awt.Desktop; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; public class TestBrowse { public static void main(String[] a) { try { URI uri = new URI("http://www.baidu.com"); Desktop desktop = null; if (Desktop.isDesktopSupported()) { desktop = Desktop.getDesktop(); } if (desktop != null) desktop.browse(uri); } catch (IOException ioe) { ioe.printStackTrace(); } catch (URISyntaxException e) { e.printStackTrace(); } } }

gggghgcvhjvjubjk LV2
2024年6月13日
露无畏 LV13
2021年7月8日
G.4-12.28 LV1
2021年6月30日
15353717129 LV1
2021年4月26日
冰痕jhhhh LV2
2019年7月2日
中午洗刘海 LV1
2018年3月29日
okliu123456 LV24
2018年2月1日
乞丐哥哥 LV23
2018年1月19日
zbj777 LV1
2017年6月28日
苏guinan LV2
2017年4月26日

gggghgcvhjvjubjk LV2
2024年6月13日
dadasdasdad LV2
2022年12月1日
crosa_Don LV18
2022年7月19日
u一头热我认同你 LV1
2022年6月21日
微信网友_5852742079762432 LV6
2022年3月5日
1690356080 LV38
2022年2月28日
dongzhan LV12
2021年11月27日
Mayoubin2001 LV21
2021年7月9日
露无畏 LV13
2021年7月8日
G.4-12.28 LV1
2021年6月30日