Ajax XMLHttpRequest responsetext Return Value

Source: Internet
Author: User

In the past few days, a problem occurs, that is, the Chinese character string returned by responsetext can be normally displayed on the HTML page, but the same string cannot be matched in JS. The length is tested with length, they found that their length was very different, and finally found that the original returned value was initially "<Meta
Charset = "UTF-8"/> "is then the content displayed on the HTML page, so if you need to match the values equally, You Need To substr the returned values and truncate the previous ones.
VaR result = _ search_result.substr (25 );
// I have 25 characters before the return value. determine the length before the return value. You can use
_ Search_result.length-the length of a Chinese character is displayed on the page (the result of the length of a Chinese character is 1)

The first time I wrote my own blog, I don't like it ~~~~~

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.