Escaping ampersand in URL

前端 未结 8 1399
余生分开走
余生分开走 2020-11-22 03:25

I am trying to send a GET message that contains strings with ampersands and can\'t figure how to escape the ampersand in the URL.

Example:

http://www         


        
8条回答
  •  一向
    一向 (楼主)
    2020-11-22 03:28

    If you can't use any libraries to encode the value, http://www.urlencoder.org/ or http://www.urlencode-urldecode.com/ or ...

    Just enter your value "M&M", not the full URL ;-)

提交回复
热议问题