electron 打开本地文件
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using node <script>document.write(process.versions.node)</script>,
Chromium <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>.
<button onclick="">打开word</button>
</body>
</html>
页面点击按钮打开应用文件夹中的test.doc文件,用默认应用打开
shell.openItem(fullPath)
路径总是不对 我该怎么写路径
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
用相对路径试试。但是我没看懂你这个代码能干嘛
请输入代码要这样写:
D:\\XXX\\XXX.exe
一定要用双反斜杠