For Unicode encoding in JS and HTML

Source: Internet
Author: User

1. For Unicode in JS

var a= "\" in "\u9102wqw121" is an effect that needs to be escaped, directly on the page output

var b=json.stringify (a); After JSON

After escaping "\"

Output effect

The value after the foreground accepts JSON is

It would be a hassle for the link to have Unicode arguments,

So if you put the link in JS, the link will be a slash, for Unicode encoding is not recommended to send after the JSON, unless the background can be processed accordingly

2. For HTML

"\" does not do escape processing,

This is directly written in the HTML link and JS link will have an essential difference, can not be ignored. It is mainly reflected in the background of the need for Unicode transmission parameters

Above for yourself a project of self-understanding, there may be, or may be wrong, novice, self-record,

For Unicode encoding in JS and HTML

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.