gpt4 book ai didi

javascript - 有没有办法在 Node.js shell 中运行 JavaScript 文件?

转载 作者:数据小太阳 更新时间:2023-10-29 05:02:23 26 4
gpt4 key购买 nike

我是 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com