gpt4 book ai didi

node.js - NodeJS response.writeHead 不存在

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:27:55 25 4
gpt4 key购买 nike

我一直在尝试遵循一些 Node js 教程,但我似乎无法这样做,因为 response.writeHead 不在那里..

var http = require("http");

http.createServer(function (request, response) {
response.writeHead(200, {"Content-Type": "text/plain"});
response.write("Hello World");
response.end();
}).listen(8888);

我正在尝试执行上面的代码但我收到警告“未解析的函数或方法 writeHead()” - 我环顾四周但无法进一步了解,有人可以帮忙吗?

最佳答案

我相信您使用的是 IntelliJ IDEA,警告与 node.js 无关,而是与 IDE 本身有关。检查你的设置

IntelliJ IDEA -> 首选项 -> JavaScript -> 库
-> [确保选中“Node.js Globals”]

关于node.js - NodeJS response.writeHead 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33789502/

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