开发者

UTF-8 and Javascript

开发者 https://www.devze.com 2023-03-22 01:23 出处:网络
I use Javascript to get data in a HTML pages define with a charset UTF8 <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />

I use Javascript to get data in a HTML pages define with a charset UTF8

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

my javascript method is load with a charset UTF8

<script type="text/javascript" charset="utf-8" src="../ressources/js/test.js"></script>

but i开发者_StackOverflow中文版 have a encode problem, when i get data with "innerHTML"

ex: salari�s

is there something I missed ?


The encoding of the files must be set to UTF8.

0

精彩评论

暂无评论...
验证码 换一张
取 消