Open
Description
http://www.nodebeginner.org/index-zh-cn.html#whats-needed-to-route-requests
I'm a beginner and I find something wrong when I console.log(querystring(string)["foo"] );
That querystring is not a function
url.parse(string).query | url.parse(string).pathname | | | | | ------ ------------------- http://localhost:8888/start?foo=bar&hello=world --- ----- | | | | querystring(string)["foo"] | | querystring(string)["hello"]
Metadata
Metadata
Assignees
Labels
No labels