gpt4 book ai didi

javascript - 如何解析 "Firefox can' t 建立与 127.0.0.1 :8081"处服务器的连接

转载 作者:太空宇宙 更新时间:2023-11-03 22:28:31 25 4
gpt4 key购买 nike

var http = require("http");

http.createServer(function (request, response){
response.writeHead(200, {'Content-Type': 'text/plain'});

response.end('hello suneha\n');
}).listen(8081);
console.log('server running at http://127.0.0.1:8081/');

运行 Node js 程序时浏览器出现错误 1

最佳答案

这是您使用错误名称response的问题,它应该是response。

http.createServer(function (request, response){

关于javascript - 如何解析 "Firefox can' t 建立与 127.0.0.1 :8081"处服务器的连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41606051/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com