作者热门文章
- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
我是 Node.js
的新手,我想知道是否有一种方法可以从 Node shell 内部执行 JavaScript
文件。让我这样解释:
而不是这样做:
$ Node 文件.js
这将执行脚本,但随后将关闭 Node shell...
有没有办法执行已经在 Node shell 中的脚本?像这样的东西:
$ node
> file.js # We're now inside the Node.js shell
... script execution...
> # already inside the shell,
# then being able to access to script variables
最佳答案
在 Node.js
Shell 中执行以下命令:
.load foo.js
关于javascript - 有没有办法在 Node.js shell 中运行 JavaScript 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27954717/
我是一名优秀的程序员,十分优秀!