我搜索了很多,但直到现在找不到任何东西。我有一个 ps1 文件,然后我想从那里运行节点 js 文件。这可能吗?
是的,可能。将以下代码放入.ps1文件:
node /path/to/file.js
or
node /path/to/file.js & # for daemon
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8606 次 |
| 最近记录: |