2014/2/6
2014/2/7
try
{
Desktop.getDesktop().browse(
new
URL(
"http://www.google.com"
).toURI());
}
catch
(Exception e) {}
2014/2/8
X