为了账号安全,请及时绑定邮箱和手机立即绑定

为什么用node运行后报错了(黑色背景那张图片)?我把代码放在谷歌浏览器调试工具那里运行却能输出正确结果?

function learn(something){

console.log(something);

}

function we(callback,something){

something += ' is cool';

callback(something);

}

we(learn, 'Nodejs')

5780e4d30001188f05000271.jpg

SyntaxError: Unexpected identifier

    at Object.exports.createScript (vm.js:24:10)

    at REPLServer.defaultEval (repl.js:235:25)

    at bound (domain.js:287:14)

    at REPLServer.runBound [as eval] (domain.js:300:12)

    at REPLServer.<anonymous> (repl.js:431:12)

    at emitOne (events.js:82:20)

    at REPLServer.emit (events.js:169:7)

    at REPLServer.Interface._onLine (readline.js:211:10)

    at REPLServer.Interface._line (readline.js:550:8)

    at REPLServer.Interface._ttyWrite (readline.js:827:14)

5780e4d4000108e605000159.jpg



正在回答

2 回答

代码没有问题,只是你执行有问题。直接运行node callback.js。即可。看你的截图是进入了node的命令行下。

0 回复 有任何疑惑可以回复我~

创建的文件放在哪个文件位置啊?

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
进击Node.js基础(一)
  • 参与学习       219397    人
  • 解答问题       896    个

本视频教程带你揭开Node.js的面纱,带你走进一个全新世界

进入课程

为什么用node运行后报错了(黑色背景那张图片)?我把代码放在谷歌浏览器调试工具那里运行却能输出正确结果?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信