electron 打开本地文件 财富值31

2016-10-19 17:21发布

<!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)
路径总是不对 我该怎么写路径

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
1条回答

用相对路径试试。但是我没看懂你这个代码能干嘛

一周热门 更多>