我在终端中使用了以下代码,该页面无法正常显示和加载。为什么?
const http = require('http');
const server = http.createServer((req, res) => {
console.log('url', req.url);
response.setHeader('Content-Type', 'text/html');
response.end('<h1>Hellooooooooooooooo</h1>');
});
server.listen(3000);
答案 0 :(得分:1)
HelperClass.givenotification(getActivity(),"Your Notification Message");
您需要将响应替换为res,未定义响应