Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个类似的链接http://..../video.mp4。该任务是使用安装在 OS 媒体播放器或 Flash 播放器上的全屏模式运行视频。
http://..../video.mp4
请给我一个链接,我可以在其中阅读此内容,或者我们可能有一些代码示例。
有一个类叫Desktop. 它应该包含一个名为Desktop.open().
Desktop
Desktop.open()
使用此类,您还可以在系统默认浏览器 ( Desktop.browse(url);)中打开链接
Desktop.browse(url);
File f = new File("/path/to/video.avi"); Desktop.open(f);