开发者

Remove %20 from URL using jquery

开发者 https://www.devze.com 2023-01-01 00:36 出处:网络
When i am trying to get query string value from URL using JQuery, It replace space to %20 for each 1 space.If there are 3space then my query string value contain %20 3times.

When i am trying to get query string value from URL using JQuery, It replace space to %20 for each 1 space.If there are 3space then my query string value contain %20 3times.

i 开发者_JAVA百科want to replace these %20 back with space using Jquery, so that i can use these query string value. How can i do this.


JavaScript has encodeURI() and decodeURI() functions.

0

精彩评论

暂无评论...
验证码 换一张
取 消