标签: server local
为什么服务器在localhost 3000上没有响应?
我在Sublime Text 3
var http = require("http"); var = http.createServer(function(req, res) { response.end ("<html><body>Link on Box</body></html"); }); server.listen(3000);
我尝试在Prompt Command中运行,我有这个错误: