rundll32 相当于在 Linux 平台中打开和查看文件
在unix平台上有没有相当于rundll32的东西,我们可以通过它查看文件???另外我想知道我们可以打开和查看文件的代码(类似于双击操作),只需将文件位置作为我设法在 Windows 中完成它,但在 ubuntu 中我不知道如何实现它。
is there any equivalent for rundll32 in unix platforms through which we can view files???Also i want to know the code by which we can open and view the files(similar to a double click operation) by just passing the file location as a parameter.I managed to get it done in windows but in ubuntu i don't know how to get it implemented.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅
Desktop
类,使用 < code>open() 方法用默认程序打开文件See
Desktop
class , useopen()
method to open the file with default program