Why should I use urlencode?

后端 未结 6 1163
别那么骄傲
别那么骄傲 2020-11-27 03:41

I am writing a web application and learning how to urlencode html links...

All the urlencode questions here (see tag below) are \"How to...?\" questions.

M

6条回答
  •  失恋的感觉
    2020-11-27 04:14

    How will you distinguish if your two of path are like this

    http://myapp/my%20test/
    

    and

    http://myapp/my test/
    

    Note space & %20 is part of URL.

提交回复
热议问题