Home >Web Front-end >JS Tutorial >Solving encoding problems of javascript documents_javascript skills

Solving encoding problems of javascript documents_javascript skills

WBOY
WBOYOriginal
2016-05-16 18:55:291140browse

Therefore, when referencing a js document, you need to set the encoding of the referenced document.

For example: if a utf-8 page refers to a gb2312 js document, then it should be written like this


This way there will be no problems.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn