标签: c#
我一直在试图弄清为什么它不起作用。我收到“ System.NullReferenceException:'对象引用未设置为对象的实例。'”,但是我已经在列表中创建了列表和类?
我已经进行了一些搜索,但是似乎找不到我特定问题的答案(可能不知道行话)。
const server = http.createServer(function (req, res) { res.end('Hello'); }); server.listen(8080);