概要
【Synopsis】
node [options] [V8 options] [<program-entry-point> | -e "script" | -] [--] [arguments]
node inspect [<program-entry-point> | -e "script" | <host>:<port>] …
node --v8-options
无需参数即可启动 REPL。
【Execute without arguments to start the REPL.】
有关 node inspect 的更多信息,请参阅 调试器 文档。
【For more info about node inspect, see the debugger documentation.】