网页编码

我发现无论javascript还是html 编码格式一定要卸载最前面

网页

    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <meta content="zh-CN" http-equiv="Content-Language" />
    <title></title>

js里

    var newscript_s = document.createElement("script");
    newscript_s.type = "text/javascript";
    newscript_s.charset = "gb2312";
    newscript_s.src = url_s;
    newscript_s.id = "data_id_s";
    document.body.appendChild(newscript_s);

posted on 2010-08-02 14:32  SkyZhang  阅读(136)  评论(0)    收藏  举报

导航