我真的对这部分感到困惑
http://nodejs.org/api/http.html#http_http_createserver_requestlistener
The requestListener is a function which is automatically added to the 'request' event.
“添加”一词具体是什么意思?
也在这里 http://nodejs.org/api/http.html#http_event_request
下面的代码是什么意思function (request, response) { }
?这是否意味着每次有请求时都会通过该函数?