JS to encode the text involves 3 functions: Escape,encodeuri,encodeuricomponent, the corresponding 3 decoding function: unescape,decodeuri,decodeuricomponent 1, passing parameters need to use encodeuricomponent, so that the combined URL will not be #
Turn from: http://blog.csdn.net/ljb2010_/archive/2010/12/13/6073507.aspx
Coding is often used in AJAX development, especially in Chinese. So what did Encodeuri,encodecomponent do? Why are there encodeURI, and encodeuricomponent?
Knowledge URI
JS to encode the text involves 3 functions: Escape,encodeuri,encodeuricomponent, the corresponding 3 decoding function: unescape,decodeuri,decodeuricomponent1, passing parameters need to use encodeuricomponent, so that the combined URL will not be #
The encodeURI () function can encode a string as a URI and replace the character with a hexadecimal escape sequence. The decodeURI () function can decode the URI encoded by the encodeURI () function. The characters after the encodeURI () of js are
The encodeURI () function can encode a string as a URI and replace the character with a hexadecimal escape sequence.The decodeURI () function can decode the URI encoded by the encodeURI () function.
Generally, the characters after the encodeURI ()
JS in the encodeURIComponent function to the Chinese code, how to use PHP decoding??
Prerequisite: The Chinese before encoding may be gbk,gb2312,utf-8 and so on.
Copy the Code code as follows:
UrlDecode ()Iconv ()
In JS using encodeURIComponent to
In JS, encodeURIComponent is used to encode Chinese characters. in PHP, iconv is used (after the encodeURIComponent function in JS is used to encode Chinese characters, how can I use php to decode it ??
Prerequisites: The Chinese characters before
JS in the encodeURIComponent function to the Chinese code, how to use PHP decoding??
Prerequisite: The Chinese before encoding may be gbk,gb2312,utf-8 and so on.
Copy CodeThe code is as follows:
UrlDecode ()
Iconv ()
In JS using
JS in the encodeURIComponent function to the Chinese code, how to use PHP decoding??Prerequisite: The Chinese before encoding may be gbk,gb2312,utf-8 and so on.Copy CodeThe code is as follows:UrlDecode ()Iconv ()In JS using encodeURIComponent to
In JS, encodeURIComponent is used to encode Chinese characters. in PHP, iconv (UTF-8, gb2312, $ q) is used, gb2312 depends on your actual application. if you still don't understand why do you use php to decode the encodeURIComponent function in the
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.