dsttl3.xyz

  • 隐私政策
  • dstt
dsttl3
专注于用户阅读体验的响应式博客主题
  1. 首页
  2. 未分类
  3. 正文

java 调用默认浏览器

1970-01-01 44点热度 0人点赞
Desktop desktop = Desktop.getDesktop();
if (desktop.isDesktopSupported()&& desktop.isSupported(Desktop.Action.BROWSE)) {
    try {
        desktop.browse(new URI("https://www.dsttl3.cn"));
    } catch (IOException e1) {
        // TODO Auto-generated catch block
        e1.printStackTrace();
    } catch (URISyntaxException e1) {
        // TODO Auto-generated catch block
        e1.printStackTrace();
    }
}
标签: 暂无
最后更新:2025-09-09

dsttl3

https://dsttl3.xyz

点赞
下一篇 >

© 2025 dsttl3.xyz

Theme Kratos Made By Seaton Jiang