-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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