0
「數據」,「端」事件http.IncomingMessage我們總是寫:的Node.js:無法找到文檔
http.createServer(function(req, res) {
req.on('data', function(){})
.on('end', function(){});
});
但問題是:我找不到Event: data
或Event: end
任何氣息Class: http.IncomingMessage
in https://nodejs.org/dist/latest-v6.x/docs/api/http.html
請告訴我爲什麼。
非常感謝。 –