decodeURI () and decodeURIComponent () in JavaScript

Source: Internet
Author: User

Recently made an upload progress bar module, need to get the return URL, but helpless, obtained is garbled, so on the server side of the return URL to encode encoding, and then decoding in JS, a start to use is decodeURI (), as shown, found that Chinese garbled problem is solved, However, the characters "://" cannot be decoded.

View W3school

That is, in JS encodeURI () will not be ":", "/" and other special meanings of ASCII encoding, the same will not decode.

So we can think that the decoding decodecomponent () in JS is corresponding to the Urlencoder.encode () in Java code;

decodeURI () and decodeURIComponent () in JavaScript

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.