码迷,mamicode.com
首页 > Web开发 > 详细

node.js 模块之url和querystring模块

时间:2014-09-03 23:57:37      阅读:367      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   os   ar   art   sp   amp   c   

关系如下:

                       url.parse(string).query
                                           |
           url.parse(string).pathname      |
                       |                   |
                       |                   |
                     ------ -------------------
http://localhost:8888/start?foo=bar&hello=world
                                ---       -----
                                 |          |
                                 |          |
              querystring(string)["foo"]    |
                                            |
                         querystring(string)["hello"]


pathname不包括query string,

http://localhost:8888/start
的pathname为/start.注意有斜线。
访问http://localhost:8888
的pathname为/.

node.js 模块之url和querystring模块

标签:style   http   color   os   ar   art   sp   amp   c   

原文地址:http://www.cnblogs.com/youxin/p/3954740.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!