我正在学习使用 Coffeescript 在 Express.js 上制作应用程序。我已将我的代码上传到:https ://github.com/findjashua/contactlist
当我尝试运行该应用程序时,我收到以下错误:
app.coffee:11:24: error: unexpected ,
res.send 'Hello World'
^
我不明白这里的问题。有任何想法吗?
我正在学习使用 Coffeescript 在 Express.js 上制作应用程序。我已将我的代码上传到:https ://github.com/findjashua/contactlist
当我尝试运行该应用程序时,我收到以下错误:
app.coffee:11:24: error: unexpected ,
res.send 'Hello World'
^
我不明白这里的问题。有任何想法吗?