标签: node.js
编写一个nodejs程序,打印“ Hello World!”。 如 应用程序所有路由的输出
我遇到一些逻辑错误
答案 0 :(得分:0)
希望有帮助
app.get('/*', function (req, res) { res.send('hello') })